Welcome To Snipplr


Everyone's Recent JavaScript Snippets



1 ... 39 40 41 42 43 ... 65
0 1751 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 2070 posted 16 years ago by loucypher
0 1515 posted 16 years ago by joe-bbb
0 1469 posted 16 years ago by rccc
0 1160 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 2800 posted 16 years ago by jink
This javascript greets visitors to your website depending on where they come from. There are messages for visitors coming from Entrecard, Twitter, and search engines. It should be easy to adapt the code to include other referral sites as well. In...
0 1604 posted 16 years ago by benjamin
Highlights the current post/page in the Wordpress sidebar.
0 1784 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 1584 posted 16 years ago by arunpjohny
This function is add 'each' function to the javascript Array object.
1 1424 posted 16 years ago by arunpjohny
0 1612 posted 16 years ago by Jamie
In order to track links out Google requires you add this snippet of JavaScript to your anchor(a) tag. Replace /G1/example.com with whatever you want to use to identify the link.
1 1915 posted 16 years ago by smoothdzion
converts a number "v" to a float number and formats the string it with "d" decimals, used on input type text onblur="parseFloatString(this.value,2);"
0 2265 posted 16 years ago by ginoplusio
0 1700 posted 16 years ago by shabbar
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 2140 posted 16 years ago by jasonseney
This will convert a *TimmerInterval* to a locaized date ...
0 1327 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 2006 posted 16 years ago by Mithun
0 1307 posted 16 years ago by joshuabaker
1 ... 39 40 41 42 43 ... 65