Welcome To Snipplr


Everyone's Recent Snippets Tagged javascript



1 ... 39 40 41 42 43 ... 46
1 572 posted 15 years ago by ezerick
0 403 posted 15 years ago by 6e
I wrote this very quickly for a form I parse that allows a user to send a page to up to 5 friends. The script adds a click event to an image of a + sign beside an input box. When clicked if the user hasn't already added 5 friends to email, additional...
9 907 posted 15 years ago by dmosher
0 683 posted 15 years ago by Meestercor
Usage:
1 587 posted 15 years ago by mattkenefick
Just to include and implement the SWFObject to an HTML body from a generic "/js/" directory with some basic varibles. [applies to OLD version of SWF Object]
1 493 posted 15 years ago by mattkenefick
A Tiny JavaScript liberary for Behaviour-Driven Development (BDD).
1 725 posted 15 years ago by ishikawa
This is the javascript file for code which implements the Secure Hash Algorithm 1 as defined in FIPS 180-1 published April 17, 1995.
1 783 posted 15 years ago by ishikawa
It redirects the url with JS.
0 600 posted 15 years ago by skywalker
Slim down the size of your javascript by using these custom functions.
2 565 posted 15 years ago by neal_grosskopf
/* if (globalVariable) { But this wouldn't work. That code is actually checking to see if the defined variable globalVariable has a null value. If the variable has not been defined, that code will cause an error. Instead, here is the code that...
0 468 posted 16 years ago by zha
Flash sucks, embedding it sucks more, find out how to make it not suck.
2 846 posted 16 years ago by neal_grosskopf
Note that the comment is part of the code here. IE 5+ (including Mac) will evaluate to true by using conditional compilation.
0 624 posted 16 years ago by cczona
*"Only the elements which are are selected through the $ selector will get the extra DOMAssistant methods added to it."
0 462 posted 16 years ago by cczona
How to use: 1) < script type="text/javascript" src="path-to-file.js"... 2) < body onload="oHW.preMontar('img1_on.jpg','img2_on.jpg','img3_on.jpg');"... 3) < a href="#" onmouseout="oHW.Restore()" onmouseover="oHW.Cambiar('mnind','img1_on.jpg'...
2 795 posted 16 years ago by hellion
Use this snippet to quickly insert onclick="window.open();" into your HTML... --- Snippets can save you time and hassle of typing out bits of code that you frequently use by adding them into your files by simply double-clicking the name of the Sn...
1 660 posted 16 years ago by hellion
I got this code from http://blog.vishalon.net/Post/57.aspx The actual two methods required are function doGetCaretPosition (ctrl) { var CaretPos = 0; // IE Support if (document.selection) { ctrl.focus (); var Sel = document.select...
3 3992 posted 16 years ago by arunpjohny
/* ---===[ EXAMPLE ]===--- */ var TT = new AssociativeArray(); TT.add("k-1", "Value 1"); TT.add("k-2", "Value 2"); TT.add("k-3", "Value 3"); TT.add("k-4", "Value 4"); alert(TT.to_string());
1 511 posted 16 years ago by vbert
/* --==[ EXAMPLE ]==-- var colors = new AArray(); colors.add("k01", {bk:"#fff",tk:"b",it:"hello"}); var oC = colors.get("k01"); var tT = ''; for(K in oC) tT += "[" + K + "]: " + oC[K] + "\n"; tT += "\n\n"; tT += oC.bk + "\n"; tT += oC...
1 764 posted 16 years ago by vbert
0 758 posted 16 years ago by Victoor
1 ... 39 40 41 42 43 ... 46