Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged javascript



1 ... 9 10 11 12 13 ... 33
0 1239 posted 15 years ago by gdesjardins
This simple script toggles element visiblity on a page based on a form field's current value.
0 1821 posted 15 years ago by beneberle
given a url: >`http://www.someurl.com/page.html?param1=foo&param2=bar` You can use map.param1 outside of the function such as: >`$('#some_hidden_field').val(map.param1);`
0 1251 posted 15 years ago by agdm
This is 3 lines of javascript code to tweetify plain text returned by Twitter API Input : RT @TTintheCloud: How much are free #cloudcomputing trial offers from Google, Amazon and Microsoft actually WORTH? http://bit.ly/i4w4qa Output : RT <a hre...
1 1128 posted 15 years ago by naren1012
Javascript solution for embedding Flash in HTML
0 2819 posted 15 years ago by vriesdewie
0 1295 posted 15 years ago by lecksfrawen
This is probably the first vertical JavaScript text ticker that sues tilted letters. Works with Internet Explorer 6x/7x/8x/9x, Firefox 3.6x, Opera 10.5x and Google Chrome 4x/5x/6x. Older Browsers show no ticker.
0 1702 posted 15 years ago by fabulant
What's so special about this JavaScript slideshow? By moving your cursor all over the webpage you create a nice distortion effect on your images.
0 1593 posted 15 years ago by fabulant
0 1307 posted 15 years ago by loric
Normal replace() function only replaces first instance.
1 2076 posted 15 years ago by rumremix
Found that the webmonkey tutorial code didn't work as double quotes were used around JSON string.
0 1357 posted 15 years ago by eddequincey
Cross domain issues occur when trying to read files such as .xml files of one domain in an other domain (two different websites, ie different IP:Port)
0 1270 posted 15 years ago by vriesdewie
Modified regex of URL Matcher found on http://daringfireball.net/2010/07/improved_regex_for_matching_urls
0 1503 posted 15 years ago by naren1012
Reminder of the assertions possible with jstestdriver
0 1007 posted 15 years ago by ddubyah17
0 1163 posted 15 years ago by BebenKoben
0 1223 posted 15 years ago by BebenKoben
// big thanks to these tips for giving me code to steal: http://bit.ly/bundles/brandonjp/9 /* * USAGE: give your HTML textarea or text input element an ID * give your button an onClick="insertThisInThere(text2insert, theInputIDwhereItGoes);"...
0 4222 posted 15 years ago by brandonjp
Guess the type of any object applying ducktyping
1 1128 posted 15 years ago by pablo_PXL
0 1390 posted 15 years ago by BebenKoben
Template for a Object Literal Architecture in javascript, in this case jQuery
0 1317 posted 15 years ago by athanassiadis
1 1157 posted 15 years ago by tgarceau
1 945 posted 15 years ago by cwylie0
This script handles table sorting, is easy to implement and to alter and has decent documentation. I did not write this JavaScript, rather, I found it here: http://www.kryogenix.org/code/browser/sorttable/ I used this script on the ACEE WordPr...
0 1617 posted 15 years ago by racl101
I did not, in fact write this script. I found it here: http://www.webtoolkit.info/javascript-url-decode-encode.html
0 1328 posted 15 years ago by racl101
1 ... 9 10 11 12 13 ... 33