Welcome To Snipplr


Everyone's Recent jQuery Snippets Tagged plugin



1 2 Next »
This plugin will, by default, truncate a block of text down to one line at its current width (if the text block exceeds 1 line). You can also pass in a pixel value and it will truncate it to that width.
0 3274 posted 16 years ago by adamcoulombe
Simple plugin to demonstrate how the 'this' keyword is used. Plugin also allows chaining via the 'return'
0 2272 posted 16 years ago by 1man
the plugin model in JQuery takes advantage of JavaScript’s prototype inheritance and makes it trivially easy to add new chainable methods
1 1871 posted 16 years ago by magicrebirth
$('.fadein').slideShow(300);
1 1861 posted 16 years ago by luizlopes
1 1754 posted 16 years ago by morvan
0 1799 posted 16 years ago by jeff_way
This plugin created in order to prepend() numbering to each matched element
1 1370 posted 16 years ago by chchrist
http://code.google.com/p/jquery-jtwitter/ for examples.
3 1859 posted 16 years ago by jonniespratley
adapted from the fantastic „Learning jQuery 1.3“ book http://www.packtpub.com/learning-jquery-1.3/book
0 1873 posted 16 years ago by cfleschhut
function as jquery plugin to test if selector is found on the current page. Sample use: if ( $("#myID").onpage() ) { $("#myID img").click(function(){ //do this..here.. });
0 1748 posted 17 years ago by pixelhandler
Modified the code very slightly to add in cursor states for when the timeline is grabbed. Also added in (but commented out) the code to make the sliding twice as fast using a multiplier.
0 1641 posted 17 years ago by davebowker
A very simple plug-in I wrote to make x number of columns equal height. Looks for the column with the biggest height then sets the rest to the same. I'm sure it can be made cleaner, will look into that later.
4 2219 posted 17 years ago by 1man
1 2 Next »