Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual jQuery for jQuery 1.3.2 [closed]

Tags:

jquery

Visual jQuery website, which is originally created by Yehuda Katz & updated by Remy Sharp, is very helpful & interactive to explore jQuery API. I'm using this website a lot more than jQuery documentation website

I'm still waiting for someone to update the website since it still demonstrate jQuery 1.2.6. Anyone you know some website similar to this for jQuery 1.3.2 or jQuery UI ?

like image 804
Anwar Chandra Avatar asked Nov 02 '09 11:11

Anwar Chandra


4 Answers

Remy Sharp answered this question by his tweet.

visual.jquery.com is the new visualjquery.com

update: the site moved (again) to jqapi.com

like image 128
Anwar Chandra Avatar answered Nov 15 '22 06:11

Anwar Chandra


Another one with updated API jQuery 1.6

www.visualjquery.net

http://jqapi.com/

like image 36
geekonweb Avatar answered Nov 15 '22 06:11

geekonweb


I think Visual jQuery got rolled into Aptana Studio - so check out http://www.aptana.com/

like image 45
Fenton Avatar answered Nov 15 '22 08:11

Fenton


Also, check this out:

jQuery Deconstructed

http://www.keyframesandcode.com/resources/javascript/deconstructed/jquery/

The Deconstructed series is designed to visually and interactively deconstruct the internal code of JavaScript libraries, including jQuery, Prototype and MooTools.

It breaks the physical JavaScript into visual blocks that you can easiliy navigate. Each block opens to reveal its internal code. Clickable hyperlinks allow you to follow program flow.

A new way to look at the internals of jQuery!

like image 25
Dave Stewart Avatar answered Nov 15 '22 06:11

Dave Stewart