Welcome To Snipplr


Everyone's Recent Snippets Tagged javascript



1 ... 29 30 31 32 33 ... 46
Simple [SoundManager2](http://www.schillmania.com/projects/soundmanager2/doc/download/#latest "Download SoundManager2") example (uses jQuery)
0 762 posted 14 years ago by chrisdpratt
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 416 posted 14 years ago by remotezygote
Puts a red border around anything with an inline style. Prefix with "javascript:" and paste into the address bar to run on a page directly, or run with a load event.
1 595 posted 14 years ago by DaveChild
2 566 posted 14 years ago by joe-bbb
1 576 posted 14 years ago by manatlan
<form> <input>
0 763 posted 14 years ago by hotdiggity
Use this function to test whether or not a Javascript object is empty.
2 863 posted 14 years ago by jlizarraga
Taken from TVIDesign's 25 Excellent jQuery tips
0 642 posted 14 years ago by nd6
I saw a lot of bad javascritp foreach examples ... so here is the best solution. See the link (german) for another snippet to iterate over object properties via foreach.
0 372 posted 14 years ago by naden
Page_ClientValidate is a global function. When called this will return true/false if the validator group provided is valid or not.
0 636 posted 14 years ago by jink
Usage: //any element window.onload = function(){ focusFirstInput(); } or // form elements under 'content-body' window.onload = function(){ focusFirstInput('content-body'); }
0 657 posted 14 years ago by neoprolog
The code below will loop through the properties in an object and alert a string. myObject is in JSON notation. The "for ( x in y)" construct does not work if the Prototype.js library is included on the page
0 1062 posted 14 years ago by elugardo
This example demonstrates a way to control Adobe InDesign from Perl. Tested on MacOS X 10.5.7 and INDD.
0 584 posted 14 years ago by myhd
Make sure you change the variable v_ga_track near the end of the script.
0 573 posted 14 years ago by chrisjlee
Remedial Javascript As Proposed by Douglas Crockford (http://javascript.crockford.com/remedial.html)
0 552 posted 14 years ago by quickredfox
Create two new bookmarks - one for dev, one for live and add the following corresponding code to each.
1 722 posted 14 years ago by Meander365
This method is better suited for processing large arrays in the smallest amount of time without affecting the user experience.
0 564 posted 14 years ago by iTony
*save as proxy.jsp and put it in your servlet container *consider using other methods to circumvent XSS: JSONP, dojox.io.xhrWindowNamePlugin, etc.
1 1079 posted 14 years ago by stoyan
*save as proxy.asxh and put it in your IIS virtual directory *consider using other methods to circumvent XSS: JSONP, dojox.io.xhrWindowNamePlugin, etc.
0 624 posted 14 years ago by stoyan
1 ... 29 30 31 32 33 ... 46