File: jQuery.xml

package info (click to toggle)
datatables.js 1.10.21%2Bdfsg-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,604 kB
  • sloc: javascript: 64,254; xml: 10,441; php: 4,623; sh: 523; makefile: 21
file content (23 lines) | stat: -rw-r--r-- 936 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" ?>
<dt-type group="js">
	<name>jQuery</name>
	<summary>jQuery object instance</summary>

	<description>
	<![CDATA[

A `jQuery` instance is an instance of the [jQuery](http://api.jquery.com/Types/#jQuery) object. Although, technically, this is an object primitive, is it useful to define this type to indicate where a jQuery instance is expected / returned.

A `jQuery` instance is created from the `jQuery` (often aliased to `$`) constructor - for example `$('#example')`. The jQuery object provides a number of methods for operating on the DOM elements in the document.

A full description of the `jQuery` type is available in the [jQuery documentation](http://api.jquery.com/Types/#jQuery).


## Use in DataTables

Where a parameter is shown as accepting a jQuery type, or a method returning a jQuery type, it indicates that a jQuery value is accepted / returned.


	]]>
	</description>
</dt-type>