You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ version: 1.0.1
6
6
# Hi, I'm jQuery++.
7
7
8
8
I am a MIT licensed collection of extremely useful DOM helpers and special events for jQuery 1.8 and
9
-
later. I'm not a UI project like [jQuery UI](http://jqueryui.com/) or
9
+
later. I'm not a UI project like [jQuery UI](http://jqueryui.com/) or
10
10
[jQuery Tools](http://jquerytools.org/). Instead, I'm all about providing
11
11
low-level utilities for things that jQuery doesn't support. If [Underscore](http://underscorejs.org/)
12
12
is jQuery's functional-programming tie, I am jQuery's bald-spot covering toupee.
@@ -17,7 +17,7 @@ Select the plugins you want and click "Download" for a customized, unminified Ja
17
17
{% include builder.html %}
18
18
19
19
Learn more about [how I](#why_jquery__) can be useful to you. If you think I should
20
-
have other utilities, let me know on the [forum](https://forum.javascriptmvc.com/#Forum/jquery). If you like me, check out my sister library [CanJS](http://canjs.us). Finally, my apologies
20
+
have other utilities, let me know on the [forum](https://forum.javascriptmvc.com/#Forum/jquery). If you like me, check out my sister library [CanJS](http://canjs.us). Finally, my apologies
21
21
about talking about myself in the third person from this point forward.
22
22
23
23
## Get jQuery++
@@ -68,7 +68,7 @@ steal.map({
68
68
69
69
### Using AMD
70
70
71
-
The files to load the jQuery++ plugins with an [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) module loader like [RequireJS](http://requirejs.org/), are located in the `amd/` folder of the [full download](https://github.com/downloads/bitovi/jquerypp/jquerypp-{{page.version}}.zip).
71
+
The files to load the jQuery++ plugins with an [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) module loader like [RequireJS](http://requirejs.org/), are located in the `amd/` folder of the [full download](http://jquerypp.com/downloads/jquerypp-{{page.version}}.zip).
72
72
Place the `jquerypp/` folder in your module directory and load a plugin like this:
0 commit comments