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 1440 posted 15 years ago by adamcoulombe
Simple plugin to demonstrate how the 'this' keyword is used. Plugin also allows chaining via the 'return'
0 1384 posted 15 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 1095 posted 15 years ago by magicrebirth
$('.fadein').slideShow(300);
1 961 posted 15 years ago by luizlopes
1 1057 posted 15 years ago by morvan
0 1052 posted 15 years ago by jeff_way
This plugin created in order to prepend() numbering to each matched element
1 791 posted 15 years ago by chchrist
http://code.google.com/p/jquery-jtwitter/ for examples.
3 1092 posted 15 years ago by jonniespratley
adapted from the fantastic „Learning jQuery 1.3“ book http://www.packtpub.com/learning-jquery-1.3/book
0 1120 posted 15 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 1094 posted 15 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 945 posted 16 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 1408 posted 16 years ago by 1man
1 2 Next »