| Package | Description |
|---|---|
| org.whizu.jquery | |
| org.whizu.widget |
Base classes for implementing dynamic widgets and components.
|
| Modifier and Type | Method and Description |
|---|---|
JQuery |
JQuery.addClass(String className)
Adds the specified classes to each of the set of matched elements.
|
JQuery |
JQuery.after(String... content)
Insert content, specified by the parameter, after each element in the set of
matched elements.
|
JQuery |
JQuery.append(Content content)
Insert content, specified by the parameter, to the end of each element in
the set of matched elements.
|
JQuery |
JQuery.append(String... content)
Insert content, specified by the parameter, to the end of each element in
the set of matched elements.
|
JQuery |
JQuery.appendTo(String target)
Insert every element in the set of matched elements to the end of the
target.
|
JQuery |
JQuery.before(String... content)
Insert content, specified by the parameter, before each element in the set
of matched elements.
|
JQuery |
JQuery.button() |
JQuery |
JQuery.call(String function) |
JQuery |
JQuery.call(String function,
String... args) |
JQuery |
JQuery.call(String function,
String arg) |
JQuery |
JQuery.callunquoted(String function,
String arglist) |
JQuery |
JQuery.click(Function function) |
JQuery |
JQuery.closest(String name) |
JQuery |
JQuery.concat(String... js) |
JQuery |
JQuery.document() |
JQuery |
JQuery.empty()
Remove all child nodes of the set of matched elements from the DOM.
|
JQuery |
JQuery.find(String selector) |
JQuery |
JQuery.firstOfType(String element) |
JQuery |
JQuery.get(String url,
Function data,
Function callback,
String type) |
JQuery |
JQuery.html(String arg) |
JQuery |
JQuery.insertAfter(String target)
Insert every element in the set of matched elements after the target.
|
JQuery |
JQuery.insertBefore(String target)
Insert every element in the set of matched elements before the target.
|
JQuery |
JQuery.lastChild(String string) |
JQuery |
JQuery.prepend(Content content)
Insert content, specified by the parameter, to the beginning of each element
in the set of matched elements.
|
JQuery |
JQuery.prepend(String... content)
Insert content, specified by the parameter, to the beginning of each element
in the set of matched elements.
|
JQuery |
JQuery.prepend(String content)
Insert content, specified by the parameter, to the beginning of each element
in the set of matched elements.
|
JQuery |
JQuery.prependTo(String target)
Insert every element in the set of matched elements to the beginning of the
target.
|
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.replaceAll(String target)
Replace each target element with the set of matched elements.
|
JQuery |
JQuery.replaceWith(String wrappingElement)
Replace each element in the set of matched elements with the provided new
content and return the set of elements that was removed.
|
JQuery |
Request.select(Identity... objs) |
JQuery |
AbstractRequest.select(Identity... objs) |
JQuery |
Request.select(String selector) |
JQuery |
AbstractRequest.select(String selector) |
JQuery |
JQuery.serialize()
Encode a set of form elements as a string for submission.
|
JQuery |
JQuery.text(String arg) |
JQuery |
JQuery.toggle() |
JQuery |
JQuery.trigger(String event) |
JQuery |
JQuery.val(String arg) |
JQuery |
JQuery.width(String value)
Set the CSS width of 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(String wrappingElement)
Wrap an HTML structure around all elements 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 |
|---|---|
protected JQuery |
Widget.jQuery() |
protected JQuery |
Widget.jQuery(Identity... components) |
protected JQuery |
Widget.jQuery(String selector) |
Copyright © 2013 Whizu. All Rights Reserved.