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
<ahref="http://github.com/jupiterjs/jquerypp" class="github-fork"><imgsrc="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
38
+
<ahref="http://github.com/bitovi/jquerypp" class="github-fork"><imgsrc="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
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).
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 %}
@@ -737,7 +722,7 @@ Bitovi _(developers of jQuery++)_ offers [training](http://bitovi.com/training/)
737
722
jQuery++ does things the jQuery way, which makes it really easy to learn if you are already familiar with jQuery.
738
723
Get functionality that was always tricky to implement from one coherent library:
739
724
740
-
- Set and animte outer and inner dimensions with [dimensions](#dimensions)
725
+
- Set and animate outer and inner dimensions with [dimensions](#dimensions)
741
726
- Serialize forms into objects with [formParams](#formparams)
742
727
-[Drag](#drag) & [drop](#drop) events - no need for jQuery UI
743
728
-[Resize](#resize) elements the right way
@@ -778,7 +763,7 @@ Steal as submodules that are used to generate the documentation and build the jQ
778
763
779
764
1. Clone DoneJS with:
780
765
781
-
git clone git://github.com/jupiterjs/donejs
766
+
git clone git://github.com/bitovi/donejs
782
767
783
768
2. Install all submodules by running
784
769
@@ -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,37 +826,65 @@ 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
848
833
849
834
The following lists everyone who's contributed something to CanJS. If we've forgotten you, please add yourself.
850
835
851
-
First, thanks to everyone who's contributed to [JavaScriptMVC](https://github.com/jupiterjs/javascriptmvc/contributors)
836
+
First, thanks to everyone who's contributed to [JavaScriptMVC](https://github.com/bitovi/javascriptmvc/contributors)
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