1.
JSAN - HTTP.Cookies 1.11
Returns an array consisting of available cookies' names: ... Under NS 4.x and MSIE, when you delete the cookies, their names may not be deleted. ...
2.
JSAN - src.html.iframe
User must call size() to set size. if(dojo.render.html.ie55 || dojo.render.html.ie60) { var html="<iframe src='javascript:false'" + " style='position: ...
3.
JSAN - Widget.Lightbox 0.08
Mar 9, 2007 ... Just show something var box = Widget.Lightbox.show(contentHTML); # Hide it box.hide(); # OO-style var box = new Widget. ...
4.
JSAN - Home
JavaScript Archive Network is a comprehensive resource for Open Source JavaScript libraries and ... Planet JavaScript migrated to Plagger and working again. ...
5.
Jemplate - JavaScript Templating with Template Toolkit
If it is a url, an asynchronous <Ajax.get> is performed. ... The goal of Jemplate is to support all of the Template Toolkit features that can possibly be ...
6.
JSAN - Animation.Cube 0.04
minResolution; } var ww = rx-lx; var clipnum = 0; for( var ix=lx; ix<rx; ix+=reso ) { var prog = (ix-lx)/(rx-lx); var iy = Math.round( ly + (ry-ly)*prog ) ...
7.
JSAN - src.html.common
createElement('script'); xscript.src = "javascript:'dojo.html.createExternalElement=function(doc, tag){ return doc.createElement(tag); }'"; dojo.doc(). ...
8.
JSAN - Hash.Flatten 0.01
Oct 27, 2006 ... Hash::Flatten perl module by John Alden + P Kent. .... //chop off chunk + sep, and go round again remainder = remainder.slice(idx+sep.length); ... return result; } /* Crudely emulate perl's quotemeta function */ Hash. ...
9.
JSAN - src.html.display
Jan 12, 2007 ... Otherwise, if 'display' is false, set style.display to 'none'. // Finally, set 'display' to a suggested display value based on the node's ...
10.
JSAN - Widget.Lightbox 0.10
Jul 31, 2007 ... Widget.Lightbox - Lightbox effect made easy .... Lightbox.prototype.applyEffect = function(effect) { var func_name = "applyEffect" + effect; ...