Javascript – What Site is a Good Example of JQuery

javascriptjqueryweb

I have already checked stackoverflow. Their Jquery/Javascript code is cryptic. The variables are all one letter in length. So can you guys give a good website that uses JQuery well and follows good/best practices?

I have already read many books on the subject. I would like to jquery implemented on a large scale.

Best Solution

At the jQuery's homepage jQuery.com you can find several tutorials.

Further on there are books written about jQuery. The one I can recommend is the jQuery in Action. It's a pleasant read.

Here's a showcase of sites which use jQuery:
http://usejquery.com

Here are more topics about the subject:
Where can I find a tutorial to get started learning jQuery?
Where can I learn jQuery? Is it worth it?