Hacker News new | ask | show | jobs
Simple architecture for using jQuery (github.com)
1 points by mz1988 4529 days ago
Client-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.