Uses of Class
_global_.jq

Packages that use jq
_global_ The global namespace in JavaScript (i.e., the window object). 
 

Uses of jq in _global_
 

Fields in _global_ declared as jq
 jq jqzk.jq
          The associated instance of jq, the object returned by jq(...)
 

Methods in _global_ that return jq
 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-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo