| Modifier and Type | Field and Description |
|---|---|
static JQueryStatic |
Exports.$ |
static JQueryStatic |
Exports.jQuery |
| Modifier and Type | Method and Description |
|---|---|
static JQueryStatic |
JQueryStatic.$as(Object obj) |
JQueryStatic |
JQueryStatic.noConflict()
Relinquish jQuery's control of the $ variable.
|
JQueryStatic |
JQueryStatic.noConflict(Boolean removeAll)
Relinquish jQuery's control of the $ variable.
|
| Modifier and Type | Method and Description |
|---|---|
static JQuery |
Exports.$(net.java.html.lib.Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQueryStatic.$apply(net.java.html.lib.Function.A1<? super JQueryStatic,? extends Object> callback) |
static JQuery |
Exports.jQuery(net.java.html.lib.Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQuery.ready(net.java.html.lib.Function.A1<? super JQueryStatic,? extends Object> handler)
Specify a function to execute when the DOM is fully loaded.
|
Copyright © 2016. All rights reserved.