- JavaScript dependency management and concatenation: Sprockets
- I haven't looked yet, but surely there are other javascript library management plugins, right? I mean, during development of my most recent project, I had planned on looking for a system to do just what this says it does. In any case, I will be taking a good look at this.
javascript development ruby - JQuery HowTo: 5 easy tips on how to improve code performance with huge data sets in jQuery
- A reminder to use native functions instead of jQuery for looping through large data sets.
javascript jquery development - Things you may not know about jQuery – James Padolsey
- This is handy reference to some of jQuery's lesser used features, particularly if you're developing jQuery plugins.
javascript jquery development