Skip to content

Commit 3e08bf4

Browse files
author
sdeering
committed
update readme
1 parent 319daa0 commit 3e08bf4

File tree

1 file changed

+60
-9
lines changed

1 file changed

+60
-9
lines changed

README.md

Lines changed: 60 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,111 @@
1-
** 50 jQuery Function Demos **
1+
**50 jQuery Function Demos**
22

33
This repo contains the entire code listing of the demos for my Smashing Magazine post <a href="http://coding.smashingmagazine.com/2012/05/31/50-jquery-function-demos-for-aspiring-web-developers/">50 Useful jQuery Function Demos For Your Projects</a>.
44

5-
** Big Social Impact (as at 11/10/2013) **
5+
**Big Social Impact (as at 11/10/2013)**
6+
67

78
1,322 Facebook Shares
9+
810
1,559 Tweets
11+
912
549 Delicious Bookmarks
13+
1014
310 Google Plus Shares
15+
1116
326 LinkedIn Shares
17+
1218
127 comments
1319

14-
** Function URL List **
1520

16-
AJAX
21+
22+
**Function URL List**
23+
24+
25+
**AJAX**
26+
1727
http://www.jquery4u.com/function-demos/ajax/
28+
1829
http://www.jquery4u.com/function-demos/getjson/
30+
1931
http://www.jquery4u.com/function-demos/getscript/
32+
2033
http://www.jquery4u.com/function-demos/load/
34+
2135
http://www.jquery4u.com/function-demos/jsonp/
2236

23-
Animations & Effects
37+
38+
39+
**Animations & Effects**
40+
2441
http://www.jquery4u.com/function-demos/animate/
42+
2543
http://www.jquery4u.com/function-demos/setinterval/
44+
2645
http://www.jquery4u.com/function-demos/settimeout/
46+
2747
http://www.jquery4u.com/function-demos/slidetoggle/
48+
2849
http://www.jquery4u.com/function-demos/fadetoggle/
50+
2951
http://www.jquery4u.com/function-demos/delay/
3052

31-
DOM Manipulation
53+
54+
55+
**DOM Manipulation**
56+
3257
http://www.jquery4u.com/function-demos/css/
58+
3359
http://www.jquery4u.com/function-demos/addclass/
60+
3461
http://www.jquery4u.com/function-demos/toggleclass/
62+
63+
3564
http://www.jquery4u.com/function-demos/html/
65+
3666
http://www.jquery4u.com/function-demos/append/
67+
3768
http://www.jquery4u.com/function-demos/clone/
3869

39-
Events
70+
71+
72+
**Events**
73+
4074
http://www.jquery4u.com/function-demos/bind/
75+
4176
http://www.jquery4u.com/function-demos/live/
77+
4278
http://www.jquery4u.com/function-demos/delegate/
79+
4380
http://www.jquery4u.com/function-demos/preventdefault/
81+
4482
http://www.jquery4u.com/function-demos/stoppropagation/
83+
4584
http://www.jquery4u.com/function-demos/stopimmediatepropagation/
4685

47-
Traversing & Data
86+
87+
88+
**Traversing & Data**
89+
4890
http://www.jquery4u.com/function-demos/each/
91+
4992
http://www.jquery4u.com/function-demos/data/
93+
5094
http://www.jquery4u.com/function-demos/match/
95+
5196
http://www.jquery4u.com/function-demos/find/
97+
5298
http://www.jquery4u.com/function-demos/filter/
99+
53100
http://www.jquery4u.com/function-demos/slice/
101+
54102
http://www.jquery4u.com/function-demos/next/
103+
55104
http://www.jquery4u.com/function-demos/extend/
105+
56106
http://www.jquery4u.com/function-demos/serializearray/
57107

58-
** Updates & Pull Requests **
108+
109+
**Updates & Pull Requests**
59110

60111
I would like to get these functions up to date and working with the latest versions of jQuery so please fork and submit pull requests so we can make this happen.

0 commit comments

Comments
 (0)