Skip to content

Commit 3e4cf8d

Browse files
author
Alexis Abril
committed
updating to new builder service.
1 parent b87c83a commit 3e4cf8d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

_includes/builder.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
1-
<form id="builder" action="http://builder.bitovi.com/donejs">
1+
<form id="builder" action="http://bitbuilder.herokuapp.com/jquerypp.custom.js">
22
<h4><a href="#dom_helpers">DOM HELPERS</a> - faster and easier DOM manipulation with:</h4>
33

44
<label>
5-
<input type="checkbox" value="jquery/dom/animate" name="plugins"/>
5+
<input type="checkbox" value="jquerypp/dom/animate" name="plugins"/>
66
<a href="#animate">jQuery.animate</a> - animate using CSS animations
77
</label>
88

99
<label>
10-
<input type="checkbox" value="jquery/dom/compare" name="plugins"/>
10+
<input type="checkbox" value="jquerypp/dom/compare" name="plugins"/>
1111
<a href="#compare">jQuery.compare</a> - compare element document position
1212
</label>
1313

1414
<label>
15-
<input type="checkbox" value="jquery/dom/cookie" name="plugins"/>
15+
<input type="checkbox" value="jquerypp/dom/cookie" name="plugins"/>
1616
<a href="#cookie">jQuery.cookie</a> - read and write cookies
1717
</label>
1818

1919
<label>
20-
<input type="checkbox" value="jquery/dom/dimensions" name="plugins"/>
20+
<input type="checkbox" value="jquerypp/dom/dimensions" name="plugins"/>
2121
<a href="#dimensions">jQuery.dimensions</a> - set and animate innerWidth and outerWidth
2222
</label>
2323

2424
<label>
25-
<input type="checkbox" value="jquery/dom/form_params" name="plugins"/>
25+
<input type="checkbox" value="jquerypp/dom/form_params" name="plugins"/>
2626
<a href="#formparams">jQuery.formParams</a> - serializes a form into an object
2727
</label>
2828

2929
<label>
30-
<input type="checkbox" value="jquery/dom/range" name="plugins"/>
30+
<input type="checkbox" value="jquerypp/dom/range" name="plugins"/>
3131
<a href="#range">jQuery.range</a> - create and manipulate text ranges
3232
</label>
3333

3434
<label>
35-
<input type="checkbox" value="jquery/dom/selection" name="plugins"/>
35+
<input type="checkbox" value="jquerypp/dom/selection" name="plugins"/>
3636
<a href="#selection">jQuery.selection</a> - get and set the current text selection
3737
</label>
3838

3939
<label>
40-
<input type="checkbox" value="jquery/dom/styles" name="plugins"/>
40+
<input type="checkbox" value="jquerypp/dom/styles" name="plugins"/>
4141
<a href="#styles">jQuery.styles</a> - quickly read computed styles
4242
</label>
4343

4444
<label>
45-
<input type="checkbox" value="jquery/dom/within" name="plugins"/>
45+
<input type="checkbox" value="jquerypp/dom/within" name="plugins"/>
4646
<a href="#within">jQuery.within</a> - get elements within an area or at a point
4747
</label>
4848

4949
<h4><a href="#events">EVENTS</a> - listen to special events with:</h4>
5050

5151
<label>
52-
<input type="checkbox" value="jquery/event/destroyed" name="plugins"/>
52+
<input type="checkbox" value="jquerypp/event/destroyed" name="plugins"/>
5353
<a href="#destroyed">jQuery.event.destroyed</a> - an element is removed from the DOM
5454
</label>
5555

5656
<label>
57-
<input type="checkbox" value="jquery/event/drag" name="plugins"/>
57+
<input type="checkbox" value="jquerypp/event/drag" name="plugins"/>
5858
<a href="#drag">jQuery.event.drag</a> - delegatable drag events
5959
</label>
6060

6161
<label>
62-
<input type="checkbox" value="jquery/event/drop" name="plugins"/>
62+
<input type="checkbox" value="jquerypp/event/drop" name="plugins"/>
6363
<a href="#drop">jQuery.event.drop</a> - delegatable drop events
6464
</label>
6565

6666
<label>
67-
<input type="checkbox" value="jquery/event/fastfix" name="plugins"/>
67+
<input type="checkbox" value="jquerypp/event/fastfix" name="plugins"/>
6868
<a href="#fastfix">jQuery.event.fastfix</a> - faster jQuery.event.fix using ES5 getters
6969
</label>
7070

7171
<label>
72-
<input type="checkbox" value="jquery/event/hover" name="plugins"/>
72+
<input type="checkbox" value="jquerypp/event/hover" name="plugins"/>
7373
<a href="#hover">jQuery.event.hover</a> - delegatable hover events
7474
</label>
7575

7676
<label>
77-
<input type="checkbox" value="jquery/event/key" name="plugins"/>
77+
<input type="checkbox" value="jquerypp/event/key" name="plugins"/>
7878
<a href="#key">jQuery.event.key</a> - returns a string representation of the key pressed
7979
</label>
8080

8181
<label>
82-
<input type="checkbox" value="jquery/event/pause" name="plugins"/>
82+
<input type="checkbox" value="jquerypp/event/pause" name="plugins"/>
8383
<a href="#pause">jQuery.event.pause</a> - pause and resume event propagation
8484
</label>
8585

8686
<label>
87-
<input type="checkbox" value="jquery/event/resize" name="plugins"/>
87+
<input type="checkbox" value="jquerypp/event/resize" name="plugins"/>
8888
<a href="#resize">jQuery.event.resize</a> - listen to a resize event on every object
8989
</label>
9090

9191
<label>
92-
<input type="checkbox" value="jquery/event/swipe" name="plugins"/>
92+
<input type="checkbox" value="jquerypp/event/swipe" name="plugins"/>
9393
<a href="#swipe">jQuery.event.swipe</a> - delegatable swipe events
9494
</label>
9595

0 commit comments

Comments
 (0)