gq

package module
v0.0.0-...-e858670 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2026 License: MIT Imports: 12 Imported by: 0

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gq

type Gq struct{}

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();
}

func (Gq) Instantiate

func (g Gq) Instantiate(rt *sobek.Runtime) (sobek.Value, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL