groups

name language licence
DomReady JavaScript Other
SdCoMa - color math function JavaScript Other
ExtraContent Sample - Photo Album HTML Other
ExtraContent Sample - RapidBlog HTML Other
Digg This with submit capabilities JavaScript Other
rwAddLink jQuery plugin JavaScript Other
jQuery clickme/hideme JavaScript Other
Link any element JavaScript Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: JavaScript
licence: Other

DomReady

options: view full snippetsend to code collector
/*
source:
http://code.google.com/p/domready/

usage:

DomReady.ready(function() {
	alert('dom is ready');
});

*/

(function(){

    var DomReady = window.DomReady = {};
	
(Continues...)