package
module
Version:
v0.0.0-...-e858670
Opens a new window with list of versions in this module.
Published: Apr 2, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gq
gq module provides jQuery-like selector and traversing methods.
import { default as $ } from "ski/gq";
export default function () {
return $('<div><span>hello</span></div>').find('span').text();
}
References
Documentation
¶
Gq implements jQuery-like selector and traversing methods.
usage:
import { default as $ } from "ski/gq";
export default function () {
return $('<div><span>ciallo</span></div>').find('span').text();
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.