|
1 |
| -** 50 jQuery Function Demos ** |
| 1 | +**50 jQuery Function Demos** |
2 | 2 |
|
3 | 3 | 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>.
|
4 | 4 |
|
5 |
| -** Big Social Impact (as at 11/10/2013) ** |
| 5 | +**Big Social Impact (as at 11/10/2013)** |
| 6 | + |
6 | 7 |
|
7 | 8 | 1,322 Facebook Shares
|
| 9 | + |
8 | 10 | 1,559 Tweets
|
| 11 | + |
9 | 12 | 549 Delicious Bookmarks
|
| 13 | + |
10 | 14 | 310 Google Plus Shares
|
| 15 | + |
11 | 16 | 326 LinkedIn Shares
|
| 17 | + |
12 | 18 | 127 comments
|
13 | 19 |
|
14 |
| -** Function URL List ** |
15 | 20 |
|
16 |
| -AJAX |
| 21 | + |
| 22 | +**Function URL List** |
| 23 | + |
| 24 | + |
| 25 | +**AJAX** |
| 26 | + |
17 | 27 | http://www.jquery4u.com/function-demos/ajax/
|
| 28 | + |
18 | 29 | http://www.jquery4u.com/function-demos/getjson/
|
| 30 | + |
19 | 31 | http://www.jquery4u.com/function-demos/getscript/
|
| 32 | + |
20 | 33 | http://www.jquery4u.com/function-demos/load/
|
| 34 | + |
21 | 35 | http://www.jquery4u.com/function-demos/jsonp/
|
22 | 36 |
|
23 |
| -Animations & Effects |
| 37 | + |
| 38 | + |
| 39 | +**Animations & Effects** |
| 40 | + |
24 | 41 | http://www.jquery4u.com/function-demos/animate/
|
| 42 | + |
25 | 43 | http://www.jquery4u.com/function-demos/setinterval/
|
| 44 | + |
26 | 45 | http://www.jquery4u.com/function-demos/settimeout/
|
| 46 | + |
27 | 47 | http://www.jquery4u.com/function-demos/slidetoggle/
|
| 48 | + |
28 | 49 | http://www.jquery4u.com/function-demos/fadetoggle/
|
| 50 | + |
29 | 51 | http://www.jquery4u.com/function-demos/delay/
|
30 | 52 |
|
31 |
| -DOM Manipulation |
| 53 | + |
| 54 | + |
| 55 | +**DOM Manipulation** |
| 56 | + |
32 | 57 | http://www.jquery4u.com/function-demos/css/
|
| 58 | + |
33 | 59 | http://www.jquery4u.com/function-demos/addclass/
|
| 60 | + |
34 | 61 | http://www.jquery4u.com/function-demos/toggleclass/
|
| 62 | + |
| 63 | + |
35 | 64 | http://www.jquery4u.com/function-demos/html/
|
| 65 | + |
36 | 66 | http://www.jquery4u.com/function-demos/append/
|
| 67 | + |
37 | 68 | http://www.jquery4u.com/function-demos/clone/
|
38 | 69 |
|
39 |
| -Events |
| 70 | + |
| 71 | + |
| 72 | +**Events** |
| 73 | + |
40 | 74 | http://www.jquery4u.com/function-demos/bind/
|
| 75 | + |
41 | 76 | http://www.jquery4u.com/function-demos/live/
|
| 77 | + |
42 | 78 | http://www.jquery4u.com/function-demos/delegate/
|
| 79 | + |
43 | 80 | http://www.jquery4u.com/function-demos/preventdefault/
|
| 81 | + |
44 | 82 | http://www.jquery4u.com/function-demos/stoppropagation/
|
| 83 | + |
45 | 84 | http://www.jquery4u.com/function-demos/stopimmediatepropagation/
|
46 | 85 |
|
47 |
| -Traversing & Data |
| 86 | + |
| 87 | + |
| 88 | +**Traversing & Data** |
| 89 | + |
48 | 90 | http://www.jquery4u.com/function-demos/each/
|
| 91 | + |
49 | 92 | http://www.jquery4u.com/function-demos/data/
|
| 93 | + |
50 | 94 | http://www.jquery4u.com/function-demos/match/
|
| 95 | + |
51 | 96 | http://www.jquery4u.com/function-demos/find/
|
| 97 | + |
52 | 98 | http://www.jquery4u.com/function-demos/filter/
|
| 99 | + |
53 | 100 | http://www.jquery4u.com/function-demos/slice/
|
| 101 | + |
54 | 102 | http://www.jquery4u.com/function-demos/next/
|
| 103 | + |
55 | 104 | http://www.jquery4u.com/function-demos/extend/
|
| 105 | + |
56 | 106 | http://www.jquery4u.com/function-demos/serializearray/
|
57 | 107 |
|
58 |
| -** Updates & Pull Requests ** |
| 108 | + |
| 109 | +**Updates & Pull Requests** |
59 | 110 |
|
60 | 111 | 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