• Stars
    star
    553
  • Rank 80,462 (Top 2 %)
  • Language
    JavaScript
  • Created almost 15 years ago
  • Updated about 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

jQuery MVC Extensions. jQuery extensions that makes all the annoying stuff easier.
TOC:
  A.  How to get (and contribute) to JMVC


A.  How to get (and contribute) JMVC

  1.  Start a new project in git.
  
  2.  Fork ....
           http://github.com/jupiterjs/steal     and 
           http://github.com/jupiterjs/jquerymx
  
  3.  Add steal and jquerymx as submodules of your project...
           git submodule add [email protected]:_YOU_/steal.git steal
           git submodule add [email protected]:_YOU_/jquerymx.git jquery
           
      * Notice jquerymx is under the jquery folder
  
  4.  Learn a little more about submodules ...
           http://johnleach.co.uk/words/archives/2008/10/12/323/git-submodules-in-n-easy-steps
           
  5.  Make changes in steal or jquerymx, and push them back to your fork.
  
  6.  Make a pull request to your fork.