Package | Description |
---|---|
_global_ |
The global namespace in JavaScript (i.e., the
window object). |
Modifier and Type | Field and Description |
---|---|
jq |
jqzk.jq
The associated instance of
jq , the object returned by jq(...) |
Modifier and Type | Method and Description |
---|---|
jq |
jqzk.cleanVisibility()
Cleans, i.e., reset, the visibility (of the CSS style) for the matched elements.
|
jq |
jq.empty()
Removes all children of the matched element from the DOM.
|
jq |
jq.hide()
Hides all matched elements from the DOM.
|
jq |
jq.remove()
Removes all matched elements from the DOM.
|
jq |
jq.replaceWith(Widget widget,
Desktop desktop,
Skipper skipper)
Replaces the match elements with the specified HTML, DOM or
Widget . |
jq |
jq.show()
Shows all matched elements from the DOM.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.