50 jQuery Function Demos now on GitHub

Sam Deering
Share

50 jQuery Function Demos now on GitHub – Complete code for the Smashing Magazine Post! I have added the complete code listing to GitHub in a bid to get the demos working with the latest versions of jQuery – Back in 2011 the code was written to work with jQuery 1.6.1 (the latest at that time). This repo contains the entire code listing of the demos for my Smashing Magazine post 50 Useful jQuery Function Demos For Your Projects. Please fork and help update the repo with the latest versions of jQuery.

jquery-git
Download Code on GitGub

Social Impact

This post has a huge social impact since it was published in 2011.

(stats as at 11/10/2013)

1,322 Facebook Shares
1,559 Tweets
549 Delicious Bookmarks
310 Google Plus Shares
326 LinkedIn Shares
127 comments

Function URL List

AJAX

http://www.jquery4u.com/function-demos/ajax/

http://www.jquery4u.com/function-demos/getjson/

http://www.jquery4u.com/function-demos/getscript/

http://www.jquery4u.com/function-demos/load/

http://www.jquery4u.com/function-demos/jsonp/

Animations & Effects

http://www.jquery4u.com/function-demos/animate/

http://www.jquery4u.com/function-demos/setinterval/

http://www.jquery4u.com/function-demos/settimeout/

http://www.jquery4u.com/function-demos/slidetoggle/

http://www.jquery4u.com/function-demos/fadetoggle/

http://www.jquery4u.com/function-demos/delay/

DOM Manipulation

http://www.jquery4u.com/function-demos/css/

http://www.jquery4u.com/function-demos/addclass/

http://www.jquery4u.com/function-demos/toggleclass/

http://www.jquery4u.com/function-demos/html/

http://www.jquery4u.com/function-demos/append/

http://www.jquery4u.com/function-demos/clone/

Events

http://www.jquery4u.com/function-demos/bind/

http://www.jquery4u.com/function-demos/live/

http://www.jquery4u.com/function-demos/delegate/

http://www.jquery4u.com/function-demos/preventdefault/

http://www.jquery4u.com/function-demos/stoppropagation/

http://www.jquery4u.com/function-demos/stopimmediatepropagation/

Traversing & Data

http://www.jquery4u.com/function-demos/each/

http://www.jquery4u.com/function-demos/data/

http://www.jquery4u.com/function-demos/match/

http://www.jquery4u.com/function-demos/find/

http://www.jquery4u.com/function-demos/filter/

http://www.jquery4u.com/function-demos/slice/

http://www.jquery4u.com/function-demos/next/

http://www.jquery4u.com/function-demos/extend/

http://www.jquery4u.com/function-demos/serializearray/