Ask HN: Good jQuery source code examples

2 points by bizon ↗ HN
Looking for good open source repos with a medium-to-rich UI written in jQuery only.

4 comments

[ 2.9 ms ] story [ 16.2 ms ] thread
I think that jQuery isn´t something that yuo need to look for good code practices, rather it´s simply shortcuts to javascript functionalities.

Look at normal javascript pages, then try to rewrite them using jquery if you really want to learn.

I see. I mean I'd like to know how to structure the JavaScript (jQuery) code without involving heavy frameworks.
Then involve light (not-so-heavy) framework. E.g. Backbone.JS.