Welcome To Snipplr


Everyone's Recent Snippets Tagged javascript



1 ... 30 31 32 33 34 ... 46
Plugin Source.
3 613 posted 14 years ago by DrewDouglass
Determines whether or not the page has been requested directly, or through AJAX. This can allow for combining a page and related AJAX responses within the same script.
1 799 posted 14 years ago by Wilco
To prevent multiple submit from sending more than one request, bind the submit event and store a "disabledOnSubmit" data. Next time the event "submit" will be fire, the following jQuery code will return false. All submit buttons are also disabled (...
9 978 posted 14 years ago by dalexandre
1 588 posted 14 years ago by vanne
This assumes HTML that looks like this: <pre><code> &lt;div id=&quot;containing_div&quot;&gt; &lt;div id=&quot;div_1&quot; style=&quot;background-color:red&quot; class=&quot;visible_div&quot;&gt; &lt;p&gt;Test Content 1&lt;/p&...
2 503 posted 14 years ago by chippper
Learn how to emulate ASP.NET's AppendFormat method in Javascript. AppendFormat is essentially a simple form of concatenation in ASP.NET.
1 675 posted 14 years ago by neal_grosskopf
0 612 posted 14 years ago by iloveitaly
Combine this with the my compression script and things load real fast. I think I pulled some of this code of a site on google... can't claim complete credit.
0 793 posted 14 years ago by iloveitaly
A custom compression script I use for auto compression and gzip compression of my css & files. Also allows for 'debug' mode (uncompressed). You simply include the core.css & core.js in your <head>
0 698 posted 14 years ago by iloveitaly
0 590 posted 14 years ago by inkdeep
Laat 3 seconden de load div zien met daarin de loader gif animatie. het element met id prijs wordt 3 seconden verborgen.
0 519 posted 14 years ago by epco
Very easy to use JS Calendar Control with so many customization options.
0 638 posted 14 years ago by design2develop
I made this class because is was fed up with all those strings with escaped quotes with when building html into an output-string. You could also build a php-version of it.
0 514 posted 14 years ago by leonardreinders
In der Datei “t3lib/class.t3lib_div.php” folgende Zeile ersetzen:
0 719 posted 14 years ago by xtine777
0 762 posted 14 years ago by xtine777
This will only work in FF 3.5 and web-kit browsers after (06/26/2009)
2 533 posted 14 years ago by adamdecaf
Basic setup code for using SWFObject to embed flash content in a plage.
2 741 posted 14 years ago by irishspacemonk
Memory leakage in IE6/7 if the event handlers are not purged before deleting an element.
0 613 posted 14 years ago by iTony
- a javascript for alternate row/column table striping - supports row hover, column hover and cell hover effects and click events. demo here: http://www.frequency-decoder.com/demo/table-actions/
0 615 posted 14 years ago by beneberle
1 ... 30 31 32 33 34 ... 46