Class jQuery
The jQuery library
Defined in: jquery.tabulate.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jQuery()
The jQuery object.
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
jQuery.getLength(Mixed)
|
| <static> |
jQuery.isEmpty(Mixed)
|
| <static> |
jQuery.isNumber(Mixed)
|
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.