Simple architecture for using jQuery
https://github.com/omidmogharian/simple-architecture-for-using-jqueryClient-Side developers face with a bounce of code written in jQuery to handle various stuff for different page. At first glance it seems too simple : Put everything sequentially in a js file! But everyone that had a project which needed to coding more than a slider in jQuery, have found out that how it could be complex without any structure, especially when client-side code had to merge with the server-side code.