Class Index | File Index

Classes


Class jQuery

The jQuery library
Defined in: jquery.tabulate.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
jQuery()
The jQuery object.
Method Summary
Method Attributes Method Name and Description
<static>  
jQuery.getLength(Mixed)
<static>  
jQuery.isEmpty(Mixed)
<static>  
jQuery.isNumber(Mixed)
Class Detail
jQuery()
The jQuery object.
See:
jquery.com.
Method Detail
<static> jQuery.getLength(Mixed)
Parameters:
Mixed
a The argument to test against.
Returns:
Mixed Returns the length of argument or undefined if not known.

<static> jQuery.isEmpty(Mixed)
Parameters:
Mixed
o The argument to test against.
Returns:
Boolean Returns true if argument is empty, false otherwise.

<static> jQuery.isNumber(Mixed)
Parameters:
Mixed
n The argument to test against.
Returns:
Boolean Returns true if argument is a finite number, false otherwise.

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Oct 12 2010 18:20:11 GMT-0700 (PDT)