Package | Description |
---|---|
net.java.html.lib.angular.ng | |
net.java.html.lib.jquery |
Modifier and Type | Class and Description |
---|---|
class |
IAugmentedJQuery |
class |
IDocumentService |
class |
IRootElementService |
Modifier and Type | Method and Description |
---|---|
JQuery |
IAugmentedJQuery.inheritedData(Objs obj) |
JQuery |
IAugmentedJQuery.inheritedData(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
ITemplateLinkingFunction |
ICompileService.$apply(JQuery element) |
Object |
ICloneAttachFunction.$apply(JQuery clonedElement) |
IAugmentedJQuery |
IAugmentedJQueryStatic.$apply(JQuery object) |
Object |
ICloneAttachFunction.$apply(JQuery clonedElement,
IScope scope) |
ITemplateLinkingFunction |
ICompileService.$apply(JQuery element,
ITranscludeFunction transclude) |
ITemplateLinkingFunction |
ICompileService.$apply(JQuery element,
ITranscludeFunction transclude,
double maxPriority) |
IInjectorService |
IAngularStatic.bootstrap(JQuery element)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element,
Objs[] modules)
Use this function to manually start up angular application.
|
IInjectorService |
IAngularStatic.bootstrap(JQuery element,
Objs[] modules,
IAngularBootstrapConfig config)
Use this function to manually start up angular application.
|
IAugmentedJQuery |
IAngularStatic.element(JQuery object)
Wraps a raw DOM element or HTML string as a jQuery element.
|
IAugmentedJQuery |
IAugmentedJQuery.find(JQuery obj) |
Modifier and Type | Method and Description |
---|---|
static JQuery |
Exports.$() |
static JQuery |
Exports.$(Element element) |
static JQuery |
Exports.$(Element[] elementArray) |
static JQuery |
Exports.$(Function.A1<? super JQueryStatic,? extends Object> callback) |
static JQuery |
Exports.$(JQuery object) |
static JQuery |
Exports.$(Objs object) |
static JQuery |
Exports.$(String html) |
static JQuery |
Exports.$(String html,
Document ownerDocument) |
static JQuery |
Exports.$(String selector,
Element context) |
static JQuery |
Exports.$(String selector,
JQuery context) |
static JQuery |
Exports.$(String html,
Objs attributes) |
JQuery |
JQueryStatic.$apply() |
JQuery |
JQueryStatic.$apply(Element element) |
JQuery |
JQueryStatic.$apply(Element[] elementArray) |
JQuery |
JQueryStatic.$apply(Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQueryStatic.$apply(JQuery object) |
JQuery |
JQueryStatic.$apply(Objs object) |
JQuery |
JQueryStatic.$apply(String selector) |
JQuery |
JQueryStatic.$apply(String html,
Document ownerDocument) |
JQuery |
JQueryStatic.$apply(String selector,
Element context) |
JQuery |
JQueryStatic.$apply(String selector,
JQuery context) |
JQuery |
JQueryStatic.$apply(String html,
Objs attributes) |
static JQuery |
JQuery.$as(Object obj) |
JQuery |
JQuery.add(Element... elements)
Add elements to the set of matched elements.
|
JQuery |
JQuery.add(JQuery obj)
Add elements to the set of matched elements.
|
JQuery |
JQuery.add(String html)
Add elements to the set of matched elements.
|
JQuery |
JQuery.add(String selector,
Element context)
Add elements to the set of matched elements.
|
JQuery |
JQuery.addBack()
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
|
JQuery |
JQuery.addBack(String selector)
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
|
JQuery |
JQuery.addClass(Function.A2<? super Number,? super String,? extends String> func)
Adds the specified class(es) to each of the set of matched elements.
|
JQuery |
JQuery.addClass(String className)
Adds the specified class(es) to each of the set of matched elements.
|
JQuery |
JQuery.after(Element content1,
Object... content2)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.after(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.after(JQuery content1,
Object... content2)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.after(Object[] content1,
Object... content2)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.after(String content1,
Object... content2)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.after(Text content1,
Object... content2)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
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.ajaxError(Function.A4<? super JQueryEventObject,? super JQueryXHR,? super JQueryAjaxSettings,? super Object,? extends Object> handler)
Register a handler to be called when Ajax requests complete with an error.
|
JQuery |
JQuery.ajaxSend(Function.A3<? super JQueryEventObject,? super JQueryXHR,? super JQueryAjaxSettings,? extends Object> handler)
Attach a function to be executed before an Ajax request is sent.
|
JQuery |
JQuery.ajaxStart(Function.A0<? extends Object> handler)
Register a handler to be called when the first Ajax request begins.
|
JQuery |
JQuery.ajaxStop(Function.A0<? extends Object> handler)
Register a handler to be called when all Ajax requests have completed.
|
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.animate(Objs properties)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
String easing)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
String easing,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
JQueryAnimationOptions options)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
String easing)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
String easing,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.append(Element content1,
Object... content2)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.append(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.append(JQuery content1,
Object... content2)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.append(Object[] content1,
Object... content2)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.append(String content1,
Object... content2)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.append(Text content1,
Object... content2)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.appendTo(Element target)
Insert every element in the set of matched elements to the end of the target.
|
JQuery |
JQuery.appendTo(JQuery target)
Insert every element in the set of matched elements to the end of the target.
|
JQuery |
JQuery.appendTo(Object[] target)
Insert every element in the set of matched elements to the end of the target.
|
JQuery |
JQuery.appendTo(String target)
Insert every element in the set of matched elements to the end of the target.
|
JQuery |
JQuery.attr(Objs attributes)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.attr(String attributeName,
double value)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.attr(String attributeName,
Function.A2<? super Number,? super String,? extends Union.A2<String,Number>> func)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.attr(String attributeName,
String value)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.before(Element content1,
Object... content2)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.before(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.before(JQuery content1,
Object... content2)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.before(Object[] content1,
Object... content2)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.before(String content1,
Object... content2)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.before(Text content1,
Object... content2)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.bind(Object events)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.bind(String eventType,
Boolean preventBubble)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.bind(String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.bind(String eventType,
Object eventData,
Boolean preventBubble)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.bind(String eventType,
Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.blur()
Trigger the "blur" event on an element
|
JQuery |
JQuery.blur(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "blur" JavaScript event
|
JQuery |
JQuery.blur(Object eventData)
Bind an event handler to the "blur" JavaScript event
|
JQuery |
JQuery.blur(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "blur" JavaScript event
|
JQuery |
JQuery.clearQueue()
Remove from the queue all items that have not yet been run.
|
JQuery |
JQuery.clearQueue(String queueName)
Remove from the queue all items that have not yet been run.
|
JQuery |
JQuery.click()
Trigger the "click" event on an element.
|
JQuery |
JQuery.click(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "click" JavaScript event
|
JQuery |
JQuery.click(Object eventData)
Bind an event handler to the "click" JavaScript event
|
JQuery |
JQuery.click(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "click" JavaScript event
|
JQuery |
JQuery.clone()
Create a deep copy of the set of matched elements.
|
JQuery |
JQuery.clone(Boolean withDataAndEvents)
Create a deep copy of the set of matched elements.
|
JQuery |
JQuery.clone(Boolean withDataAndEvents,
Boolean deepWithDataAndEvents)
Create a deep copy of the set of matched elements.
|
JQuery |
JQuery.closest(Element element)
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
|
JQuery |
JQuery.closest(JQuery obj)
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
|
JQuery |
JQuery.closest(String selector)
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
|
JQuery |
JQuery.closest(String selector,
Element context)
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
|
JQuery |
JQuery.contents()
Get the children of each element in the set of matched elements, including text and comment nodes.
|
JQuery |
JQuery.css(Objs properties)
Set one or more CSS properties for the set of matched elements.
|
JQuery |
JQuery.css(String propertyName,
double value)
Set one or more CSS properties for the set of matched elements.
|
JQuery |
JQuery.css(String propertyName,
Function.A2<? super Number,? super String,? extends Union.A2<String,Number>> value)
Set one or more CSS properties for the set of matched elements.
|
JQuery |
JQuery.css(String propertyName,
String value)
Set one or more CSS properties for the set of matched elements.
|
JQuery |
JQuery.data(Objs obj)
Store arbitrary data associated with the matched elements.
|
JQuery |
JQuery.data(String key,
Object value)
Store arbitrary data associated with the matched elements.
|
JQuery |
JQuery.dblclick()
Trigger the "dblclick" event on an element.
|
JQuery |
JQuery.dblclick(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "dblclick" JavaScript event
|
JQuery |
JQuery.dblclick(Object eventData)
Bind an event handler to the "dblclick" JavaScript event
|
JQuery |
JQuery.dblclick(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "dblclick" JavaScript event
|
JQuery |
JQuery.delay(double duration)
Set a timer to delay execution of subsequent items in the queue.
|
JQuery |
JQuery.delay(double duration,
String queueName)
Set a timer to delay execution of subsequent items in the queue.
|
JQuery |
JQuery.delegate(Object selector,
String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler) |
JQuery |
JQuery.delegate(Object selector,
String eventType,
Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler) |
JQuery |
JQuery.dequeue()
Execute the next function on the queue for the matched elements.
|
JQuery |
JQuery.dequeue(String queueName)
Execute the next function on the queue for the matched elements.
|
JQuery |
JQuery.detach()
Remove the set of matched elements from the DOM.
|
JQuery |
JQuery.detach(String selector)
Remove the set of matched elements from the DOM.
|
JQuery |
JQuery.each(Function.A2<? super Number,? super Element,? extends Object> func)
Iterate over a jQuery object, executing a function for each matched element.
|
JQuery |
JQuery.empty()
Remove all child nodes of the set of matched elements from the DOM.
|
JQuery |
JQuery.end()
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
|
JQuery |
JQuery.eq(double index)
Reduce the set of matched elements to the one at the specified index.
|
JQuery |
JQuery.error(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "error" JavaScript event.
|
JQuery |
JQueryStatic.error(Object message)
Takes a string and throws an exception containing it.
|
JQuery |
JQuery.error(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "error" JavaScript event.
|
JQuery |
JQuery.fadeIn()
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(double duration)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(double duration,
Function complete)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(double duration,
String easing)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(double duration,
String easing,
Function complete)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(JQueryAnimationOptions options)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(String duration)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(String duration,
Function complete)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(String duration,
String easing)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(String duration,
String easing,
Function complete)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeOut()
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(double duration)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(double duration,
Function complete)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(double duration,
String easing)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(double duration,
String easing,
Function complete)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(JQueryAnimationOptions options)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(String duration)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(String duration,
Function complete)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(String duration,
String easing)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(String duration,
String easing,
Function complete)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeTo(double duration,
double opacity)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(double duration,
double opacity,
Function complete)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(double duration,
double opacity,
String easing)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(double duration,
double opacity,
String easing,
Function complete)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(String duration,
double opacity)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(String duration,
double opacity,
Function complete)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(String duration,
double opacity,
String easing)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(String duration,
double opacity,
String easing,
Function complete)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeToggle()
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(double duration)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(double duration,
Function complete)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(double duration,
String easing)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(double duration,
String easing,
Function complete)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(JQueryAnimationOptions options)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(String duration)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(String duration,
Function complete)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(String duration,
String easing)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(String duration,
String easing,
Function complete)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.filter(Element element)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQuery |
JQuery.filter(Function.A2<? super Number,? super Element,? extends Object> func)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQuery |
JQuery.filter(JQuery obj)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQuery |
JQuery.filter(String selector)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQuery |
JQuery.find(Element element)
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
|
JQuery |
JQuery.find(JQuery obj)
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
|
JQuery |
JQuery.find(String selector)
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
|
JQuery |
JQuery.finish()
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
|
JQuery |
JQuery.finish(String queue)
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
|
JQuery |
JQuery.first()
Reduce the set of matched elements to the first in the set.
|
JQuery |
JQuery.focus()
Trigger the "focus" event on an element.
|
JQuery |
JQuery.focus(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focus" JavaScript event
|
JQuery |
JQuery.focus(Object eventData)
Bind an event handler to the "focus" JavaScript event
|
JQuery |
JQuery.focus(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focus" JavaScript event
|
JQuery |
JQuery.focusin()
Trigger the "focusin" event on an element.
|
JQuery |
JQuery.focusin(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusin" JavaScript event
|
JQuery |
JQuery.focusin(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusin" JavaScript event
|
JQuery |
JQuery.focusout()
Trigger the "focusout" event on an element.
|
JQuery |
JQuery.focusout(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusout" JavaScript event
|
JQuery |
JQuery.focusout(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusout" JavaScript event
|
JQuery |
JQuery.has(Element contained)
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
|
JQuery |
JQuery.has(String selector)
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
|
JQuery |
JQuery.height(double value)
Set the CSS height of every matched element.
|
JQuery |
JQuery.height(Function.A2<? super Number,? super Number,? extends Union.A2<Number,String>> func)
Set the CSS height of every matched element.
|
JQuery |
JQuery.height(String value)
Set the CSS height of every matched element.
|
JQuery |
JQuery.hide()
Hide the matched elements.
|
JQuery |
JQuery.hide(double duration)
Hide the matched elements.
|
JQuery |
JQuery.hide(double duration,
Function complete)
Hide the matched elements.
|
JQuery |
JQuery.hide(double duration,
String easing)
Hide the matched elements.
|
JQuery |
JQuery.hide(double duration,
String easing,
Function complete)
Hide the matched elements.
|
JQuery |
JQuery.hide(JQueryAnimationOptions options)
Hide the matched elements.
|
JQuery |
JQuery.hide(String duration)
Hide the matched elements.
|
JQuery |
JQuery.hide(String duration,
Function complete)
Hide the matched elements.
|
JQuery |
JQuery.hide(String duration,
String easing)
Hide the matched elements.
|
JQuery |
JQuery.hide(String duration,
String easing,
Function complete)
Hide the matched elements.
|
JQuery |
JQuery.hover(Function.A1<? super JQueryEventObject,? extends Object> handlerInOut)
Bind a single handler to the matched elements, to be executed when the mouse pointer enters or leaves the elements.
|
JQuery |
JQuery.hover(Function.A1<? super JQueryEventObject,? extends Object> handlerIn,
Function.A1<? super JQueryEventObject,? extends Object> handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
|
JQuery |
JQuery.html(Function.A2<? super Number,? super String,? extends String> func)
Set the HTML contents of each element in the set of matched elements.
|
JQuery |
JQuery.html(String htmlString)
Set the HTML contents of each element in the set of matched elements.
|
JQuery |
JQuery.change()
Trigger the "change" event on an element.
|
JQuery |
JQuery.change(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "change" JavaScript event
|
JQuery |
JQuery.change(Object eventData)
Bind an event handler to the "change" JavaScript event
|
JQuery |
JQuery.change(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "change" JavaScript event
|
JQuery |
JQuery.children()
Get the children of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.children(String selector)
Get the children of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.innerHeight(double height)
Sets the inner height on elements in the set of matched elements, including padding but not border.
|
JQuery |
JQuery.innerHeight(String height)
Sets the inner height on elements in the set of matched elements, including padding but not border.
|
JQuery |
JQuery.innerWidth(double width)
Sets the inner width on elements in the set of matched elements, including padding but not border.
|
JQuery |
JQuery.innerWidth(String width)
Sets the inner width on elements in the set of matched elements, including padding but not border.
|
JQuery |
JQuery.insertAfter(Element target)
Insert every element in the set of matched elements after the target.
|
JQuery |
JQuery.insertAfter(JQuery target)
Insert every element in the set of matched elements after the target.
|
JQuery |
JQuery.insertAfter(Object[] target)
Insert every element in the set of matched elements after the target.
|
JQuery |
JQuery.insertAfter(String target)
Insert every element in the set of matched elements after the target.
|
JQuery |
JQuery.insertAfter(Text target)
Insert every element in the set of matched elements after the target.
|
JQuery |
JQuery.insertBefore(Element target)
Insert every element in the set of matched elements before the target.
|
JQuery |
JQuery.insertBefore(JQuery target)
Insert every element in the set of matched elements before the target.
|
JQuery |
JQuery.insertBefore(Object[] target)
Insert every element in the set of matched elements before the target.
|
JQuery |
JQuery.insertBefore(String target)
Insert every element in the set of matched elements before the target.
|
JQuery |
JQuery.insertBefore(Text target)
Insert every element in the set of matched elements before the target.
|
static JQuery |
Exports.jQuery() |
static JQuery |
Exports.jQuery(Element element) |
static JQuery |
Exports.jQuery(Element[] elementArray) |
static JQuery |
Exports.jQuery(Function.A1<? super JQueryStatic,? extends Object> callback) |
static JQuery |
Exports.jQuery(JQuery object) |
static JQuery |
Exports.jQuery(Objs object) |
static JQuery |
Exports.jQuery(String html) |
static JQuery |
Exports.jQuery(String html,
Document ownerDocument) |
static JQuery |
Exports.jQuery(String selector,
Element context) |
static JQuery |
Exports.jQuery(String selector,
JQuery context) |
static JQuery |
Exports.jQuery(String html,
Objs attributes) |
JQuery |
JQuery.keydown()
Trigger the "keydown" event on an element.
|
JQuery |
JQuery.keydown(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keydown" JavaScript event
|
JQuery |
JQuery.keydown(Object eventData)
Bind an event handler to the "keydown" JavaScript event
|
JQuery |
JQuery.keydown(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keydown" JavaScript event
|
JQuery |
JQuery.keypress()
Trigger the "keypress" event on an element.
|
JQuery |
JQuery.keypress(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keypress" JavaScript event
|
JQuery |
JQuery.keypress(Object eventData)
Bind an event handler to the "keypress" JavaScript event
|
JQuery |
JQuery.keypress(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keypress" JavaScript event
|
JQuery |
JQuery.keyup()
Trigger the "keyup" event on an element.
|
JQuery |
JQuery.keyup(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keyup" JavaScript event
|
JQuery |
JQuery.keyup(Object eventData)
Bind an event handler to the "keyup" JavaScript event
|
JQuery |
JQuery.keyup(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keyup" JavaScript event
|
JQuery |
JQuery.last()
Reduce the set of matched elements to the final one in the set.
|
JQuery |
JQuery.load()
Bind an event handler to the "load" JavaScript event.
|
JQuery |
JQuery.load(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "load" JavaScript event.
|
JQuery |
JQuery.load(Object eventData)
Bind an event handler to the "load" JavaScript event.
|
JQuery |
JQuery.load(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "load" JavaScript event.
|
JQuery |
JQuery.load(String url)
Load data from the server and place the returned HTML into the matched element.
|
JQuery |
JQuery.load(String url,
Objs data)
Load data from the server and place the returned HTML into the matched element.
|
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)
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.
|
JQuery |
JQuery.map(Function.A2<? super Number,? super Element,? extends Object> callback)
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
|
JQuery |
JQuery.mousedown()
Trigger the "mousedown" event on an element.
|
JQuery |
JQuery.mousedown(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousedown" JavaScript event.
|
JQuery |
JQuery.mousedown(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousedown" JavaScript event.
|
JQuery |
JQuery.mouseenter()
Trigger the "mouseenter" event on an element.
|
JQuery |
JQuery.mouseenter(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse enters an element.
|
JQuery |
JQuery.mouseenter(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse enters an element.
|
JQuery |
JQuery.mouseleave()
Trigger the "mouseleave" event on an element.
|
JQuery |
JQuery.mouseleave(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse leaves an element.
|
JQuery |
JQuery.mouseleave(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse leaves an element.
|
JQuery |
JQuery.mousemove()
Trigger the "mousemove" event on an element.
|
JQuery |
JQuery.mousemove(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousemove" JavaScript event.
|
JQuery |
JQuery.mousemove(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousemove" JavaScript event.
|
JQuery |
JQuery.mouseout()
Trigger the "mouseout" event on an element.
|
JQuery |
JQuery.mouseout(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseout" JavaScript event.
|
JQuery |
JQuery.mouseout(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseout" JavaScript event.
|
JQuery |
JQuery.mouseover()
Trigger the "mouseover" event on an element.
|
JQuery |
JQuery.mouseover(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseover" JavaScript event.
|
JQuery |
JQuery.mouseover(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseover" JavaScript event.
|
JQuery |
JQuery.mouseup()
Trigger the "mouseup" event on an element.
|
JQuery |
JQuery.mouseup(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseup" JavaScript event.
|
JQuery |
JQuery.mouseup(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseup" JavaScript event.
|
JQuery |
JQuery.next()
Get the immediately following sibling of each element in the set of matched elements.
|
JQuery |
JQuery.next(String selector)
Get the immediately following sibling of each element in the set of matched elements.
|
JQuery |
JQuery.nextAll()
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.nextAll(String selector)
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.nextUntil()
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.nextUntil(Element element)
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.nextUntil(Element element,
String filter)
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.nextUntil(JQuery obj)
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.nextUntil(JQuery obj,
String filter)
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.nextUntil(String selector)
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.nextUntil(String selector,
String filter)
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.not(Element elements)
Remove elements from the set of matched elements.
|
JQuery |
JQuery.not(Element[] elements)
Remove elements from the set of matched elements.
|
JQuery |
JQuery.not(Function.A2<? super Number,? super Element,? extends Boolean> func)
Remove elements from the set of matched elements.
|
JQuery |
JQuery.not(JQuery obj)
Remove elements from the set of matched elements.
|
JQuery |
JQuery.not(String selector)
Remove elements from the set of matched elements.
|
JQuery |
JQuery.off()
Remove an event handler.
|
JQuery |
JQuery.off(Objs events)
Remove an event handler.
|
JQuery |
JQuery.off(Objs events,
String selector)
Remove an event handler.
|
JQuery |
JQuery.off(String events)
Remove an event handler.
|
JQuery |
JQuery.off(String events,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.off(String events,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.off(String events,
String selector)
Remove an event handler.
|
JQuery |
JQuery.off(String events,
String selector,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.offset(Function.A2<? super Number,? super JQueryCoordinates,? extends JQueryCoordinates> func)
An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
|
JQuery |
JQuery.offset(JQueryCoordinates coordinates)
An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
|
JQuery |
JQuery.offsetParent()
Get the closest ancestor element that is positioned.
|
JQuery |
JQuery.on(Objs events)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
Object data)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
String selector)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(Objs events,
String selector,
Object data)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
Object data,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
String selector,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
String selector,
Object data,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.one(Objs events)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
Object data)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
String selector)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(Objs events,
String selector,
Object data)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
Objs data,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
String selector,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
String selector,
Object data,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.outerHeight(double height)
Sets the outer height on elements in the set of matched elements, including padding and border.
|
JQuery |
JQuery.outerHeight(String height)
Sets the outer height on elements in the set of matched elements, including padding and border.
|
JQuery |
JQuery.outerWidth(double width)
Sets the outer width on elements in the set of matched elements, including padding and border.
|
JQuery |
JQuery.outerWidth(String width)
Sets the outer width on elements in the set of matched elements, including padding and border.
|
JQuery |
JQuery.parent()
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.parent(String selector)
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.parents()
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.parents(String selector)
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.parentsUntil()
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.parentsUntil(Element element)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.parentsUntil(Element element,
String filter)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.parentsUntil(JQuery obj)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.parentsUntil(JQuery obj,
String filter)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.parentsUntil(String selector)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.parentsUntil(String selector,
String filter)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prepend(Element content1,
Object... content2)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prepend(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prepend(JQuery content1,
Object... content2)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prepend(Object[] content1,
Object... content2)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prepend(String content1,
Object... content2)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prepend(Text content1,
Object... content2)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prependTo(Element target)
Insert every element in the set of matched elements to the beginning of the target.
|
JQuery |
JQuery.prependTo(JQuery target)
Insert every element in the set of matched elements to the beginning of the target.
|
JQuery |
JQuery.prependTo(Object[] target)
Insert every element in the set of matched elements to the beginning of the target.
|
JQuery |
JQuery.prependTo(String target)
Insert every element in the set of matched elements to the beginning of the target.
|
JQuery |
JQuery.prev()
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.prev(String selector)
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.prevAll()
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.prevAll(String selector)
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.prevUntil()
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prevUntil(Element element)
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prevUntil(Element element,
String filter)
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prevUntil(JQuery obj)
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prevUntil(JQuery obj,
String filter)
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prevUntil(String selector)
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prevUntil(String selector,
String filter)
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prop(Objs properties)
Set one or more properties for the set of matched elements.
|
JQuery |
JQuery.prop(String propertyName,
Boolean value)
Set one or more properties for the set of matched elements.
|
JQuery |
JQuery.prop(String propertyName,
double value)
Set one or more properties for the set of matched elements.
|
JQuery |
JQuery.prop(String propertyName,
Function.A2<? super Number,? super Object,? extends Object> func)
Set one or more properties for the set of matched elements.
|
JQuery |
JQuery.prop(String propertyName,
String value)
Set one or more properties for the set of matched elements.
|
JQuery |
JQuery.pushStack(Object[] elements)
Add a collection of DOM elements onto the jQuery stack.
|
JQuery |
JQuery.pushStack(Object[] elements,
String name,
Object[] args)
Add a collection of DOM elements onto the jQuery stack.
|
JQuery |
JQueryStatic.queue(Element element,
String queueName,
Function callback)
Manipulate the queue of functions to be executed on the matched element.
|
JQuery |
JQueryStatic.queue(Element element,
String queueName,
Function[] newQueue)
Manipulate the queue of functions to be executed on the matched element.
|
JQuery |
JQuery.queue(Function callback)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQuery |
JQuery.queue(Function[] newQueue)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQuery |
JQuery.queue(String queueName,
Function callback)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQuery |
JQuery.queue(String queueName,
Function[] newQueue)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQuery |
JQuery.ready(Function.A1<? super JQueryStatic,? extends Object> handler)
Specify a function to execute when the DOM is fully loaded.
|
JQuery |
JQuery.remove()
Remove the set of matched elements from the DOM.
|
JQuery |
JQuery.remove(String selector)
Remove the set of matched elements from the DOM.
|
JQuery |
JQuery.removeAttr(String attributeName)
Remove an attribute from each element in the set of matched elements.
|
JQuery |
JQuery.removeClass()
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
|
JQuery |
JQuery.removeClass(Function.A2<? super Number,? super String,? extends String> func)
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
|
JQuery |
JQuery.removeClass(String className)
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
|
JQuery |
JQuery.removeData()
Remove all previously-stored piece of data.
|
JQuery |
JQueryStatic.removeData(Element element)
Remove a previously-stored piece of data.
|
JQuery |
JQueryStatic.removeData(Element element,
String name)
Remove a previously-stored piece of data.
|
JQuery |
JQuery.removeData(String name)
Remove a previously-stored piece of data.
|
JQuery |
JQuery.removeData(String[] list)
Remove a previously-stored piece of data.
|
JQuery |
JQuery.removeProp(String propertyName)
Remove a property for the set of matched elements.
|
JQuery |
JQuery.replaceAll(Element target)
Replace each target element with the set of matched elements.
|
JQuery |
JQuery.replaceAll(JQuery target)
Replace each target element with the set of matched elements.
|
JQuery |
JQuery.replaceAll(Object[] target)
Replace each target element with the set of matched elements.
|
JQuery |
JQuery.replaceAll(String target)
Replace each target element with the set of matched elements.
|
JQuery |
JQuery.replaceWith(Element newContent)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
JQuery |
JQuery.replaceWith(Function.A0<? extends Union.A2<Element,JQuery>> func)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
JQuery |
JQuery.replaceWith(JQuery newContent)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
JQuery |
JQuery.replaceWith(Object[] newContent)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
JQuery |
JQuery.replaceWith(String newContent)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
JQuery |
JQuery.replaceWith(Text newContent)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
JQuery |
JQuery.resize()
Trigger the "resize" event on an element.
|
JQuery |
JQuery.resize(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "resize" JavaScript event.
|
JQuery |
JQuery.resize(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "resize" JavaScript event.
|
JQuery |
JQuery.scroll()
Trigger the "scroll" event on an element.
|
JQuery |
JQuery.scroll(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "scroll" JavaScript event.
|
JQuery |
JQuery.scroll(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "scroll" JavaScript event.
|
JQuery |
JQuery.scrollLeft(double value)
Set the current horizontal position of the scroll bar for each of the set of matched elements.
|
JQuery |
JQuery.scrollTop(double value)
Set the current vertical position of the scroll bar for each of the set of matched elements.
|
JQuery |
JQuery.select()
Trigger the "select" event on an element.
|
JQuery |
JQuery.select(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "select" JavaScript event.
|
JQuery |
JQuery.select(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "select" JavaScript event.
|
JQuery |
JQuery.show()
Display the matched elements.
|
JQuery |
JQuery.show(double duration)
Display the matched elements.
|
JQuery |
JQuery.show(double duration,
Function complete)
Display the matched elements.
|
JQuery |
JQuery.show(double duration,
String easing)
Display the matched elements.
|
JQuery |
JQuery.show(double duration,
String easing,
Function complete)
Display the matched elements.
|
JQuery |
JQuery.show(JQueryAnimationOptions options)
Display the matched elements.
|
JQuery |
JQuery.show(String duration)
Display the matched elements.
|
JQuery |
JQuery.show(String duration,
Function complete)
Display the matched elements.
|
JQuery |
JQuery.show(String duration,
String easing)
Display the matched elements.
|
JQuery |
JQuery.show(String duration,
String easing,
Function complete)
Display the matched elements.
|
JQuery |
JQuery.siblings()
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.siblings(String selector)
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
|
JQuery |
JQuery.slice(double start)
Reduce the set of matched elements to a subset specified by a range of indices.
|
JQuery |
JQuery.slice(double start,
double end)
Reduce the set of matched elements to a subset specified by a range of indices.
|
JQuery |
JQuery.slideDown()
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(double duration)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(double duration,
Function complete)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(double duration,
String easing)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(double duration,
String easing,
Function complete)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(JQueryAnimationOptions options)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(String duration)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(String duration,
Function complete)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(String duration,
String easing)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(String duration,
String easing,
Function complete)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle()
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(double duration)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(double duration,
Function complete)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(double duration,
String easing)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(double duration,
String easing,
Function complete)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(JQueryAnimationOptions options)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(String duration)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(String duration,
Function complete)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(String duration,
String easing)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(String duration,
String easing,
Function complete)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp()
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(double duration)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(double duration,
Function complete)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(double duration,
String easing)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(double duration,
String easing,
Function complete)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(JQueryAnimationOptions options)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(String duration)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(String duration,
Function complete)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(String duration,
String easing)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(String duration,
String easing,
Function complete)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.stop()
Stop the currently-running animation on the matched elements.
|
JQuery |
JQuery.stop(Boolean clearQueue)
Stop the currently-running animation on the matched elements.
|
JQuery |
JQuery.stop(Boolean clearQueue,
Boolean jumpToEnd)
Stop the currently-running animation on the matched elements.
|
JQuery |
JQuery.stop(String queue)
Stop the currently-running animation on the matched elements.
|
JQuery |
JQuery.stop(String queue,
Boolean clearQueue)
Stop the currently-running animation on the matched elements.
|
JQuery |
JQuery.stop(String queue,
Boolean clearQueue,
Boolean jumpToEnd)
Stop the currently-running animation on the matched elements.
|
JQuery |
JQuery.submit()
Trigger the "submit" event on an element.
|
JQuery |
JQuery.submit(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "submit" JavaScript event
|
JQuery |
JQuery.submit(Object eventData)
Bind an event handler to the "submit" JavaScript event
|
JQuery |
JQuery.submit(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "submit" JavaScript event
|
JQuery |
JQuery.text(Boolean text)
Set the content of each element in the set of matched elements to the specified text.
|
JQuery |
JQuery.text(double text)
Set the content of each element in the set of matched elements to the specified text.
|
JQuery |
JQuery.text(Function.A2<? super Number,? super String,? extends String> func)
Set the content of each element in the set of matched elements to the specified text.
|
JQuery |
JQuery.text(String text)
Set the content of each element in the set of matched elements to the specified text.
|
JQuery |
JQuery.toggle()
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(Boolean showOrHide)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(double duration)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(double duration,
Function complete)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(double duration,
String easing)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(double duration,
String easing,
Function complete)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(JQueryAnimationOptions options)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(String duration)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(String duration,
Function complete)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(String duration,
String easing)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(String duration,
String easing,
Function complete)
Display or hide the matched elements.
|
JQuery |
JQuery.toggleClass()
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
|
JQuery |
JQuery.toggleClass(Boolean swtch)
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
|
JQuery |
JQuery.toggleClass(Function.A3<? super Number,? super String,? super Boolean,? extends String> func)
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
|
JQuery |
JQuery.toggleClass(Function.A3<? super Number,? super String,? super Boolean,? extends String> func,
Boolean swtch)
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
|
JQuery |
JQuery.toggleClass(String className)
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
|
JQuery |
JQuery.toggleClass(String className,
Boolean swtch)
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
|
JQuery |
JQuery.trigger(JQueryEventObject event)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.trigger(JQueryEventObject event,
Object[] extraParameters)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.trigger(JQueryEventObject event,
Objs extraParameters)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.trigger(String eventType)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.trigger(String eventType,
Object[] extraParameters)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.trigger(String eventType,
Objs extraParameters)
Execute all handlers and behaviors attached to the matched elements for the given event type.
|
JQuery |
JQuery.unbind()
Remove a previously-attached event handler from the elements.
|
JQuery |
JQuery.unbind(Object evt)
Remove a previously-attached event handler from the elements.
|
JQuery |
JQuery.unbind(String eventType)
Remove a previously-attached event handler from the elements.
|
JQuery |
JQuery.unbind(String eventType,
Boolean fls)
Remove a previously-attached event handler from the elements.
|
JQuery |
JQuery.unbind(String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove a previously-attached event handler from the elements.
|
JQuery |
JQuery.undelegate()
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
JQuery |
JQuery.undelegate(String namespace)
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
JQuery |
JQuery.undelegate(String selector,
Objs events)
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
JQuery |
JQuery.undelegate(String selector,
String eventType)
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
JQuery |
JQuery.undelegate(String selector,
String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
JQuery |
JQuery.unload()
Bind an event handler to the "unload" JavaScript event.
|
JQuery |
JQuery.unload(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "unload" JavaScript event.
|
JQuery |
JQuery.unload(Object eventData)
Bind an event handler to the "unload" JavaScript event.
|
JQuery |
JQuery.unload(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "unload" JavaScript event.
|
JQuery |
JQuery.unwrap()
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
|
JQuery |
JQuery.val(double value)
Set the value of each element in the set of matched elements.
|
JQuery |
JQuery.val(Function.A2<? super Number,? super String,? extends String> func)
Set the value of each element in the set of matched elements.
|
JQuery |
JQuery.val(String value)
Set the value of each element in the set of matched elements.
|
JQuery |
JQuery.val(String[] value)
Set the value of each element in the set of matched elements.
|
JQuery |
JQuery.width(double value)
Set the CSS width of each element in the set of matched elements.
|
JQuery |
JQuery.width(Function.A2<? super Number,? super Number,? extends Union.A2<Number,String>> func)
Set the CSS width of each element in the set of matched elements.
|
JQuery |
JQuery.width(String value)
Set the CSS width of each element in the set of matched elements.
|
JQuery |
JQuery.wrap(Element wrappingElement)
Wrap an HTML structure around each element in the set of matched elements.
|
JQuery |
JQuery.wrap(Function.A1<? super Number,? extends Union.A2<String,JQuery>> func)
Wrap an HTML structure around each element in the set of matched elements.
|
JQuery |
JQuery.wrap(JQuery wrappingElement)
Wrap an HTML structure around each element in the set of matched elements.
|
JQuery |
JQuery.wrap(String wrappingElement)
Wrap an HTML structure around each element in the set of matched elements.
|
JQuery |
JQuery.wrapAll(Element wrappingElement)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQuery |
JQuery.wrapAll(Function.A1<? super Number,? extends String> func) |
JQuery |
JQuery.wrapAll(JQuery wrappingElement)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQuery |
JQuery.wrapAll(String wrappingElement)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQuery |
JQuery.wrapInner(Element wrappingElement)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
JQuery |
JQuery.wrapInner(Function.A1<? super Number,? extends String> func)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
JQuery |
JQuery.wrapInner(JQuery wrappingElement)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
JQuery |
JQuery.wrapInner(String wrappingElement)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
Modifier and Type | Method and Description |
---|---|
static JQuery |
Exports.$(JQuery object) |
static JQuery |
Exports.$(String selector,
JQuery context) |
JQuery |
JQueryStatic.$apply(JQuery object) |
JQuery |
JQueryStatic.$apply(String selector,
JQuery context) |
JQuery |
JQuery.add(JQuery obj)
Add elements to the set of matched elements.
|
JQuery |
JQuery.after(JQuery content1,
Object... content2)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.append(JQuery content1,
Object... content2)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.appendTo(JQuery target)
Insert every element in the set of matched elements to the end of the target.
|
JQuery |
JQuery.before(JQuery content1,
Object... content2)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.closest(JQuery obj)
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
|
JQuery |
JQuery.filter(JQuery obj)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQuery |
JQuery.find(JQuery obj)
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
|
double |
JQuery.index(JQuery selector)
Search for a given element from among the matched elements.
|
JQuery |
JQuery.insertAfter(JQuery target)
Insert every element in the set of matched elements after the target.
|
JQuery |
JQuery.insertBefore(JQuery target)
Insert every element in the set of matched elements before the target.
|
Boolean |
JQuery.is(JQuery obj)
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given args.
|
static JQuery |
Exports.jQuery(JQuery object) |
static JQuery |
Exports.jQuery(String selector,
JQuery context) |
JQuery |
JQuery.nextUntil(JQuery obj)
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.nextUntil(JQuery obj,
String filter)
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
|
JQuery |
JQuery.not(JQuery obj)
Remove elements from the set of matched elements.
|
JQuery |
JQuery.parentsUntil(JQuery obj)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.parentsUntil(JQuery obj,
String filter)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prepend(JQuery content1,
Object... content2)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prependTo(JQuery target)
Insert every element in the set of matched elements to the beginning of the target.
|
JQuery |
JQuery.prevUntil(JQuery obj)
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.prevUntil(JQuery obj,
String filter)
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
|
JQuery |
JQuery.replaceAll(JQuery target)
Replace each target element with the set of matched elements.
|
JQuery |
JQuery.replaceWith(JQuery newContent)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
JQuery |
JQuery.wrap(JQuery wrappingElement)
Wrap an HTML structure around each element in the set of matched elements.
|
JQuery |
JQuery.wrapAll(JQuery wrappingElement)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQuery |
JQuery.wrapInner(JQuery wrappingElement)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.after(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.append(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.before(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.prepend(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.replaceWith(Function.A0<? extends Union.A2<Element,JQuery>> func)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
JQuery |
JQuery.wrap(Function.A1<? super Number,? extends Union.A2<String,JQuery>> func)
Wrap an HTML structure around each element in the set of matched elements.
|
Copyright © 2018. All rights reserved.