Ask HN: Good jQuery source code examples 2 points by bizon 9y ago ↗ HN Looking for good open source repos with a medium-to-rich UI written in jQuery only.
[–] redxblood 9y ago ↗ 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. [–] bizon 9y ago ↗ I see. I mean I'd like to know how to structure the JavaScript (jQuery) code without involving heavy frameworks. [–] irlib 9y ago ↗ Then involve light (not-so-heavy) framework. E.g. Backbone.JS.
[–] bizon 9y ago ↗ I see. I mean I'd like to know how to structure the JavaScript (jQuery) code without involving heavy frameworks. [–] irlib 9y ago ↗ Then involve light (not-so-heavy) framework. E.g. Backbone.JS.
[–] ezekg 9y ago ↗ WordPress's admin UI may be a good start: https://github.com/WordPress/WordPress/tree/master/wp-admin/...
4 comments
[ 2.9 ms ] story [ 16.2 ms ] threadLook at normal javascript pages, then try to rewrite them using jquery if you really want to learn.