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 665 posted 12 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 714 posted 12 years ago by claudiowebdesign
0 365 posted 12 years ago by tjboverl
Add a class to every 4th item using jQuery nth-child and add class
0 628 posted 12 years ago by i-am-andy
0 517 posted 12 years ago by vigoncas
0 534 posted 12 years ago by MarkusToe
And how you do this?
1 865 posted 12 years ago by graceman9
0 558 posted 12 years ago by kendsnyder
0 810 posted 12 years ago by haidaica
//######################################################################### // // *taken from http://www.catswhocode.com/blog/mastering-html5-prefetching // //#########################################################################
0 867 posted 12 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 1258 posted 12 years ago by cesarkohl
0 554 posted 12 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 993 posted 12 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 719 posted 12 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 684 posted 12 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 691 posted 12 years ago by cpres
Really simple jQuery random image
0 636 posted 12 years ago by i-am-andy
Initializing a popup
1 559 posted 12 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 678 posted 12 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 1033 posted 12 years ago by tuuul
1 ... 5 6 7 8 9 ... 30