Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged textmate



« Prev 1 Next »
Activation: con Scope: source.js, source.js.jquery
0 551 posted 12 years ago by divtagged
0 624 posted 13 years ago by magicrebirth
Will convert all of the mysql dates on the page to be localized.
0 603 posted 13 years ago by yisreldov
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 649 posted 14 years ago by smoothdzion
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 397 posted 14 years ago by remotezygote
Thanks to [James]( http://www.girsbrain.org/blog ) for this code.
0 550 posted 15 years ago by zachharkey
2 572 posted 15 years ago by dbug13
1 568 posted 15 years ago by KernelPanic
1 523 posted 15 years ago by wesbaker
8 806 posted 15 years ago by mdi
0 536 posted 15 years ago by wfdev
0 438 posted 16 years ago by otaqui
0 500 posted 16 years ago by tjhanley
0 497 posted 16 years ago by voidlock
Read a page's GET URL variables and return them as an associative array. ---- Example for URL http://www.example.com/index.html?hello=bonjour&goodevening=bonsoir var hash = getUrlVars(); alert(hash['hello']); // prints 'bonjour' alert(hash...
35 6321 posted 17 years ago by Roshambo
redirects a splash page if visited before. Number of days until expiry can be set
0 661 posted 17 years ago by markhope
Redirect a splash page using javascript. This snippet allows one redirect per session making the backwards navigation possible using the back button.
0 751 posted 17 years ago by markhope
Just testing snipplr w/ this snippet.
5 1026 posted 17 years ago by jonbaer
« Prev 1 Next »