Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged javascript



1 ... 19 20 21 22 23 ... 33
from this page: http://dreaminginjavascript.wordpress.com/2008/08/22/eliminating-duplicates/
0 1662 posted 16 years ago by keith
url: http://www.example.com/?foo=bar usage: $_GET['foo'] // 'bar'
0 1197 posted 16 years ago by nate63179
Let you fire click events on any html element.
1 2122 posted 16 years ago by ginoplusio
0 1406 posted 16 years ago by rccc
A short photo id is a base58 conversion of the photo id. Base58 is like base62 [0-9a-zA-Z] with some characters removed to make it less confusing when printed. (namely 0, O, I, and l). So that leaves an alphabet of: 123456789abcdefghijkmnopqrstuvw...
0 1756 posted 16 years ago by loucypher
0 1163 posted 16 years ago by rccc
0 939 posted 16 years ago by draeton
Load this Javascript after the MS AJAX files have been loaded. In the example I am using jQuery to call the patchMicrosoftAjax() method, but you can use any method you desire.
0 2322 posted 16 years ago by jink
Highlights the current post/page in the Wordpress sidebar.
0 1454 posted 16 years ago by dmatranga
This can be tested using the following piece of code var a = [1, 2, 3, 4, 5]; alert(a.size());
0 1283 posted 16 years ago by arunpjohny
This function is add 'each' function to the javascript Array object.
1 1152 posted 16 years ago by arunpjohny
Returning a boolean inside of jQuery's $.each() function will only break the loop. To get a return value, you can convert the jQuery object to array and use a regular for loop in javascript.
0 1797 posted 16 years ago by jasonseney
This will convert a *TimmerInterval* to a locaized date ...
0 1014 posted 16 years ago by yisreldov
his set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than usi...
2 1647 posted 16 years ago by Mithun
Select some text to translate, or don't select anything to translate the entire page.
0 1389 posted 16 years ago by wizard04
The Number objects value determines how often the supplied function is repeated. Inspired by ROR & Python. "Pollutes" Number's prototype.
0 1410 posted 16 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 1548 posted 16 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 1445 posted 16 years ago by Kit
Outputs the number of Pixels Per Inch in the current Device
0 2558 posted 16 years ago by rportela
1 ... 19 20 21 22 23 ... 33