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
After [installing](#developing_jquery__-installing) jQuery++ and DoneJS, you'll find
@@ -816,6 +833,7 @@ To develop jQuery++:
816
833
2. Add tests to the _plugin\_test.js_ test file.
817
834
3. Open the plugin test page `qunit.html` or `funcunit.html` and make sure everything passes
818
835
4. Open the big test page in `jquery/qunit.html` and make sure all tests pass
836
+
5. Commit your changes and push to your fork (`git push fork <branch>`)
819
837
5. Submit a pull request!
820
838
821
839
### Documentation
@@ -828,9 +846,9 @@ To edit the documentation at [DoneJS.com](http://doneJS.com/docs.html):
828
846
829
847
1.[install](#developing_jquery__-installing) jQuery++ and DoneJS.
830
848
2. Edit the markdown and js files in the `jquery` folder.
831
-
3.Generate the docs with:
849
+
3.In the `donejs` root folder generate the docs with:
832
850
833
-
js site/scripts/doc.js
851
+
./js site/scripts/doc.js
834
852
835
853
View them at `site/docs.html`
836
854
@@ -845,7 +863,6 @@ To make a jQuery++ build, run:
845
863
It puts the downloads in `jquery/dist`. To build a specific version check out the [git tag](https://github.com/jupiterjs/jquerypp/tags)
846
864
you want to build and run the above command.
847
865
848
-
<!--
849
866
### List of heroes
850
867
851
868
The following lists everyone who's contributed something to CanJS. If we've forgotten you, please add yourself.
@@ -856,16 +873,20 @@ and [jQueryMX](https://github.com/jupiterjs/jquerymx/contributors), and the peop
856
873
857
874
[callumacrae](https://github.com/callumacrae) - [Width property for jQuery.selection](https://github.com/jupiterjs/jquerypp/pull/11) and documentation fixes.
858
875
[fabianonunes](https://github.com/fabianonunes) - Fixed several errors in the build process.
859
-
-->
860
876
861
877
### Change Log
862
878
863
-
<!--
864
879
__1.0 Beta 2__
865
880
866
-
- change: [Added width property to jQuery.selection](https://github.com/jupiterjs/jquerypp/commit/38a3d76bed35684e5b9551f179d0772a908544db)
867
-
- fix: [Security error in jQuery.animate](https://github.com/jupiterjs/jquerypp/commit/5896c02e16dbe3c331939c81d4fe942d38470c93)
868
-
-->
881
+
- feature: [Key mapping tool for jQuery.event.key for international characters](https://github.com/jupiterjs/jquerypp/issues/16)
0 commit comments