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
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/jupiterjs/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](https://github.com/downloads/bitovi/jquerypp/jquerypp.{{page.version}}.zip).
87
72
Place the `jquerypp/` folder in your module directory and load a plugin like this:
88
73
89
74
{% highlight javascript %}
@@ -98,7 +83,7 @@ You might have to map the `jquery` module name to the name of your jQuery AMD mo
98
83
{% highlight javascript %}
99
84
require.config({
100
85
paths: {
101
-
"jquery": "./jquery-1.7.2"
86
+
"jquery": "http://code.jquery.com/jquery-1.8.2"
102
87
}
103
88
});
104
89
{% endhighlight %}
@@ -787,7 +772,7 @@ Steal as submodules that are used to generate the documentation and build the jQ
787
772
788
773
Depending on your version of git, you might need to cd into each submodule and run `git checkout`.
789
774
790
-
3. Fork [jquerypp](https://github.com/jupiterjs/jquerypp) on Github
775
+
3. Fork [jquerypp](https://github.com/bitovi/jquerypp) on Github
791
776
792
777
4. Add your own fork as a remote in the `jquery` submodule:
793
778
@@ -820,7 +805,7 @@ To develop jQuery++:
820
805
### Documentation
821
806
822
807
To edit jquerypp.com, installing jQuery++ and DoneJS is not necessary. Simply *fork* and edit the
823
-
github pages's [index.md page](https://github.com/jupiterjs/jquerypp/blob/gh-pages/index.md) online. Don't forget to
808
+
github pages's [index.md page](https://github.com/bitovi/jquerypp/blob/gh-pages/index.md) online. Don't forget to
824
809
submit a pull request.
825
810
826
811
To edit the documentation at [DoneJS.com](http://doneJS.com/docs.html):
@@ -841,7 +826,7 @@ To make a jQuery++ build, run:
841
826
842
827
js jquery/build/make.js
843
828
844
-
It puts the downloads in `jquery/dist`. To build a specific version check out the [git tag](https://github.com/jupiterjs/jquerypp/tags)
829
+
It puts the downloads in `jquery/dist`. To build a specific version check out the [git tag](https://github.com/bitovi/jquerypp/tags)
845
830
you want to build and run the above command.
846
831
847
832
### List of heroes
@@ -852,21 +837,36 @@ First, thanks to everyone who's contributed to [JavaScriptMVC](https://github.co
852
837
and [jQueryMX](https://github.com/jupiterjs/jquerymx/contributors), and the people at
853
838
[Bitovi](http://bitovi.com/people/). This page is for contributors after jQuery++'s launch:
854
839
855
-
[callumacrae](https://github.com/callumacrae) - [Width property for jQuery.selection](https://github.com/jupiterjs/jquerypp/pull/11) and documentation fixes.
840
+
[callumacrae](https://github.com/callumacrae) - [Width property for jQuery.selection](https://github.com/bitovi/jquerypp/pull/11) and documentation fixes.
856
841
[fabianonunes](https://github.com/fabianonunes) - Fixed several errors in the build process.
842
+
[jbrumwell](https://github.com/jbrumwell) - Added several useful features for drag/drop events and
0 commit comments