Welcome To Snipplr


Everyone's Recent jQuery Snippets



1 ... 5 6 7 8 9 ... 30
I tried to create a little jQuery method to notify events to the user just as in facebook. EXAMPLE: http://claudiobonifazi.com/snippets/fb_like_notifications/ 1- Link this little plugin to your page (or paste it into your files as you wish)...
0 1439 posted 14 years ago by claudiowebdesign
After giving a try with the Windows 8 Developer Preview i asked myself if i could reproduce the on click effect of the metro UI in a webpage. Sadly, for what i know at this time CSS3 3d transformations works only on webkit browsers, so this is not...
0 1566 posted 14 years ago by claudiowebdesign
0 950 posted 14 years ago by tjboverl
Add a class to every 4th item using jQuery nth-child and add class
0 1390 posted 14 years ago by i-am-andy
0 1300 posted 14 years ago by vigoncas
0 1175 posted 14 years ago by MarkusToe
And how you do this?
1 1905 posted 14 years ago by graceman9
0 1288 posted 14 years ago by kendsnyder
0 1746 posted 14 years ago by haidaica
//######################################################################### // // *taken from http://www.catswhocode.com/blog/mastering-html5-prefetching // //#########################################################################
0 1675 posted 14 years ago by rydaly
The HTML simply discovers if it's IE and its version or if it's not IE. The jQuery discovers if it's IE, Firefox, Webkit Engine (Chrome and Safari) or Opera and its version as an integer.
1 3506 posted 14 years ago by cesarkohl
0 1308 posted 14 years ago by lawlesscreation
Changes 340px with the page footer height. CSS: #top_link{ position:fixed; bottom:20px; right:50%; margin-right:-600px; overflow:hidden; text-indent:-9999px; background:url(../img/top.png) no-repeat 0 0; display:block; width:5...
1 2740 posted 14 years ago by leobetosouza
This is a jQuery custom function used for clearing the default input values of input fields without having to add a class or inline javascript like onclick or onblur. Just write your input and give it a value like you normally would and then add this...
1 1710 posted 14 years ago by thursday0384
Useful jQuery for mutliple items on a page that are using the same jquery function and classes to perform an action. By traversing the dom like this the function will only be applied to the item you are clicking on and not all elements on the page th...
0 1534 posted 14 years ago by i-am-andy
This was for a "Sport Landing Page" where people can select their outfits. There is intial intro box that gets cleared on the first selection. The thumbnails popout on hover. And there is a clear function that takes out all the products selected to j...
0 1430 posted 14 years ago by cpres
Really simple jQuery random image
0 1359 posted 14 years ago by i-am-andy
Initializing a popup
1 1363 posted 14 years ago by cpres
By omitting [end] it will remove all to the end. Set an [end] with a negative value to count back from the end of the elements. fadeOut is unnecessary.
0 1670 posted 14 years ago by lewiswalsh
An additional method for the jQuery validation plugin to validate a german date (dd.mm.YYYY) based on DateITA method.
0 1989 posted 14 years ago by tuuul
1 ... 5 6 7 8 9 ... 30