|
1 |
| -<form id="builder" action="http://builder.bitovi.com/donejs"> |
| 1 | +<form id="builder" action="http://bitbuilder.herokuapp.com/jquerypp.custom.js"> |
2 | 2 | <h4><a href="#dom_helpers">DOM HELPERS</a> - faster and easier DOM manipulation with:</h4>
|
3 | 3 |
|
4 | 4 | <label>
|
5 |
| - <input type="checkbox" value="jquery/dom/animate" name="plugins"/> |
| 5 | + <input type="checkbox" value="jquerypp/dom/animate" name="plugins"/> |
6 | 6 | <a href="#animate">jQuery.animate</a> - animate using CSS animations
|
7 | 7 | </label>
|
8 | 8 |
|
9 | 9 | <label>
|
10 |
| - <input type="checkbox" value="jquery/dom/compare" name="plugins"/> |
| 10 | + <input type="checkbox" value="jquerypp/dom/compare" name="plugins"/> |
11 | 11 | <a href="#compare">jQuery.compare</a> - compare element document position
|
12 | 12 | </label>
|
13 | 13 |
|
14 | 14 | <label>
|
15 |
| - <input type="checkbox" value="jquery/dom/cookie" name="plugins"/> |
| 15 | + <input type="checkbox" value="jquerypp/dom/cookie" name="plugins"/> |
16 | 16 | <a href="#cookie">jQuery.cookie</a> - read and write cookies
|
17 | 17 | </label>
|
18 | 18 |
|
19 | 19 | <label>
|
20 |
| - <input type="checkbox" value="jquery/dom/dimensions" name="plugins"/> |
| 20 | + <input type="checkbox" value="jquerypp/dom/dimensions" name="plugins"/> |
21 | 21 | <a href="#dimensions">jQuery.dimensions</a> - set and animate innerWidth and outerWidth
|
22 | 22 | </label>
|
23 | 23 |
|
24 | 24 | <label>
|
25 |
| - <input type="checkbox" value="jquery/dom/form_params" name="plugins"/> |
| 25 | + <input type="checkbox" value="jquerypp/dom/form_params" name="plugins"/> |
26 | 26 | <a href="#formparams">jQuery.formParams</a> - serializes a form into an object
|
27 | 27 | </label>
|
28 | 28 |
|
29 | 29 | <label>
|
30 |
| - <input type="checkbox" value="jquery/dom/range" name="plugins"/> |
| 30 | + <input type="checkbox" value="jquerypp/dom/range" name="plugins"/> |
31 | 31 | <a href="#range">jQuery.range</a> - create and manipulate text ranges
|
32 | 32 | </label>
|
33 | 33 |
|
34 | 34 | <label>
|
35 |
| - <input type="checkbox" value="jquery/dom/selection" name="plugins"/> |
| 35 | + <input type="checkbox" value="jquerypp/dom/selection" name="plugins"/> |
36 | 36 | <a href="#selection">jQuery.selection</a> - get and set the current text selection
|
37 | 37 | </label>
|
38 | 38 |
|
39 | 39 | <label>
|
40 |
| - <input type="checkbox" value="jquery/dom/styles" name="plugins"/> |
| 40 | + <input type="checkbox" value="jquerypp/dom/styles" name="plugins"/> |
41 | 41 | <a href="#styles">jQuery.styles</a> - quickly read computed styles
|
42 | 42 | </label>
|
43 | 43 |
|
44 | 44 | <label>
|
45 |
| - <input type="checkbox" value="jquery/dom/within" name="plugins"/> |
| 45 | + <input type="checkbox" value="jquerypp/dom/within" name="plugins"/> |
46 | 46 | <a href="#within">jQuery.within</a> - get elements within an area or at a point
|
47 | 47 | </label>
|
48 | 48 |
|
49 | 49 | <h4><a href="#events">EVENTS</a> - listen to special events with:</h4>
|
50 | 50 |
|
51 | 51 | <label>
|
52 |
| - <input type="checkbox" value="jquery/event/destroyed" name="plugins"/> |
| 52 | + <input type="checkbox" value="jquerypp/event/destroyed" name="plugins"/> |
53 | 53 | <a href="#destroyed">jQuery.event.destroyed</a> - an element is removed from the DOM
|
54 | 54 | </label>
|
55 | 55 |
|
56 | 56 | <label>
|
57 |
| - <input type="checkbox" value="jquery/event/drag" name="plugins"/> |
| 57 | + <input type="checkbox" value="jquerypp/event/drag" name="plugins"/> |
58 | 58 | <a href="#drag">jQuery.event.drag</a> - delegatable drag events
|
59 | 59 | </label>
|
60 | 60 |
|
61 | 61 | <label>
|
62 |
| - <input type="checkbox" value="jquery/event/drop" name="plugins"/> |
| 62 | + <input type="checkbox" value="jquerypp/event/drop" name="plugins"/> |
63 | 63 | <a href="#drop">jQuery.event.drop</a> - delegatable drop events
|
64 | 64 | </label>
|
65 | 65 |
|
66 | 66 | <label>
|
67 |
| - <input type="checkbox" value="jquery/event/fastfix" name="plugins"/> |
| 67 | + <input type="checkbox" value="jquerypp/event/fastfix" name="plugins"/> |
68 | 68 | <a href="#fastfix">jQuery.event.fastfix</a> - faster jQuery.event.fix using ES5 getters
|
69 | 69 | </label>
|
70 | 70 |
|
71 | 71 | <label>
|
72 |
| - <input type="checkbox" value="jquery/event/hover" name="plugins"/> |
| 72 | + <input type="checkbox" value="jquerypp/event/hover" name="plugins"/> |
73 | 73 | <a href="#hover">jQuery.event.hover</a> - delegatable hover events
|
74 | 74 | </label>
|
75 | 75 |
|
76 | 76 | <label>
|
77 |
| - <input type="checkbox" value="jquery/event/key" name="plugins"/> |
| 77 | + <input type="checkbox" value="jquerypp/event/key" name="plugins"/> |
78 | 78 | <a href="#key">jQuery.event.key</a> - returns a string representation of the key pressed
|
79 | 79 | </label>
|
80 | 80 |
|
81 | 81 | <label>
|
82 |
| - <input type="checkbox" value="jquery/event/pause" name="plugins"/> |
| 82 | + <input type="checkbox" value="jquerypp/event/pause" name="plugins"/> |
83 | 83 | <a href="#pause">jQuery.event.pause</a> - pause and resume event propagation
|
84 | 84 | </label>
|
85 | 85 |
|
86 | 86 | <label>
|
87 |
| - <input type="checkbox" value="jquery/event/resize" name="plugins"/> |
| 87 | + <input type="checkbox" value="jquerypp/event/resize" name="plugins"/> |
88 | 88 | <a href="#resize">jQuery.event.resize</a> - listen to a resize event on every object
|
89 | 89 | </label>
|
90 | 90 |
|
91 | 91 | <label>
|
92 |
| - <input type="checkbox" value="jquery/event/swipe" name="plugins"/> |
| 92 | + <input type="checkbox" value="jquerypp/event/swipe" name="plugins"/> |
93 | 93 | <a href="#swipe">jQuery.event.swipe</a> - delegatable swipe events
|
94 | 94 | </label>
|
95 | 95 |
|
|
0 commit comments