Jquerymx
jQuery MVC Extensions. jQuery extensions that makes all the annoying stuff easier.
Install / Use
/learn @jupiterjs/JquerymxREADME
TOC: A. How to get (and contribute) to JMVC
A. How to get (and contribute) JMVC
-
Start a new project in git.
-
Fork .... http://github.com/jupiterjs/steal and http://github.com/jupiterjs/jquerymx
-
Add steal and jquerymx as submodules of your project... git submodule add git@github.com:YOU/steal.git steal git submodule add git@github.com:YOU/jquerymx.git jquery
- Notice jquerymx is under the jquery folder
-
Learn a little more about submodules ... http://johnleach.co.uk/words/archives/2008/10/12/323/git-submodules-in-n-easy-steps
-
Make changes in steal or jquerymx, and push them back to your fork.
-
Make a pull request to your fork.
