Package | Description |
---|---|
net.java.html.lib.dom | |
net.java.html.lib.jquery | |
net.java.html.lib.snapsvg.Snap |
Modifier and Type | Method and Description |
---|---|
static XMLHttpRequest |
XMLHttpRequest.$as(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
JQueryXHR |
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.ajaxComplete(Function.A3<? super JQueryEventObject,? super XMLHttpRequest,? super Object,? extends Object> handler)
Register a handler to be called when Ajax requests complete.
|
JQuery |
JQuery.ajaxSuccess(Function.A3<? super JQueryEventObject,? super XMLHttpRequest,? super JQueryAjaxSettings,? extends Object> handler)
Attach a function to be executed whenever an Ajax request completes successfully.
|
JQuery |
JQuery.load(String url,
Objs data,
Function.A3<? super String,? super String,? super XMLHttpRequest,? extends Object> complete)
Load data from the server and place the returned HTML into the matched element.
|
JQuery |
JQuery.load(String url,
String data,
Function.A3<? super String,? super String,? super XMLHttpRequest,? extends Object> complete)
Load data from the server and place the returned HTML into the matched element.
|
Modifier and Type | Method and Description |
---|---|
static XMLHttpRequest |
Exports.ajax(String url,
Function callback) |
static XMLHttpRequest |
Exports.ajax(String url,
Function callback,
Objs scope) |
static XMLHttpRequest |
Exports.ajax(String url,
Objs postData,
Function callback) |
static XMLHttpRequest |
Exports.ajax(String url,
Objs postData,
Function callback,
Objs scope) |
static XMLHttpRequest |
Exports.ajax(String url,
String postData,
Function callback) |
static XMLHttpRequest |
Exports.ajax(String url,
String postData,
Function callback,
Objs scope) |
Copyright © 2018. All rights reserved.