jQuery.sub()Returns: jQueryversion deprecated: 1.7, removed: 1.9
Description: Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
-
version added: 1.5jQuery.sub()
- This method does not accept any arguments.
Examples:
Example 1
1
2
3
4
5
6
7
8
9
10
11
12
|
|
Example 2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
|
Example 3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
|