Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged c



1 ... 40 41 42 43 44 ... 65
Select some text to translate, or don't select anything to translate the entire page.
0 1059 posted 15 years ago by wizard04
This is just a basic jQuery crossfade plugin. Should be executed on a list object (ul or ol) because it does specifically look for the li children. The plugin, as implemented, has two options, speed and pause. Speed being the speed at which the top i...
0 987 posted 15 years ago by jdfwarrior
The Number objects value determines how often the supplied function is repeated. Inspired by ROR & Python. "Pollutes" Number's prototype.
0 1092 posted 15 years ago by peta
This is based on the [Sort Gmail Messages By Bookmarklet](http://snipplr.com/view/10432/sort-gmail-messages-by-subject/ "Sort Gmail Messages By Bookmarklet - http://snipplr.com/view/10432/sort-gmail-messages-by-subject/") snippet. Drag this int...
1 1206 posted 15 years ago by roryok
Video For Everybody is a great way to use the `<video>` tag with fallbacks for QuickTime or Flash for users with old browsers, but it requires that every video be encoded twice (once for the MP4 and once for the OGG). This code (which requires Moo...
0 1137 posted 15 years ago by Kit
Allows for delay functionality in effects, etc. $("#navpanel").delay(2000).animate({top:"-250px"}, {easing:"swing"});
2 1215 posted 15 years ago by ninjamuk
0 1126 posted 15 years ago by codegoat
Outputs the number of Pixels Per Inch in the current Device
0 2172 posted 15 years ago by rportela
0 872 posted 15 years ago by rportela
pretty basic; dimensions of screen and browser display window
0 1080 posted 15 years ago by rwczippy
0 941 posted 15 years ago by aadsm
Simple [SoundManager2](http://www.schillmania.com/projects/soundmanager2/doc/download/#latest "Download SoundManager2") example (uses jQuery)
0 1302 posted 15 years ago by chrisdpratt
0 1071 posted 15 years ago by cbek
0 1090 posted 15 years ago by arpit
Just include this script on the site and you’ll get a Firebug console that pops up for debugging in any browser. Not quite as full featured but it’s still pretty helpful! Remember to remove it when you are done.
1 1240 posted 15 years ago by paulgrenwood
Ensures all elements in an array are unique newArray = myArray.unique();
0 913 posted 15 years ago by svenito
This extends arrays withe a removeItems operation to remove all occurances of <item> from <array> usage: myArray.removeItems("words");
0 971 posted 15 years ago by svenito
This will get the document's body in a very agreeable manner - it returns the first div on the page if there is no body (hey it can happen). Adapted from code by Scott Schiller
0 831 posted 15 years ago by remotezygote
Go to page, then place code in address bar and generated code will be shown in new window.
1 1491 posted 15 years ago by bionic
Read a page's GET URL variables and return them as an "associative array." Calling the function while at `example.html?foo=asdf&bar=jkls` sets `map['foo']='asdf'` and `map['bar']='jkls'`
17 10559 posted 16 years ago by the_coder
Javascript time execution utility: Use: var otd = new timeDebugger(); otd.start(); alert(otd.end());
1 1304 posted 16 years ago by marcocs
1 ... 40 41 42 43 44 ... 65