base2
An object-oriented framework for JavaScript.
IE7.js
IE7 { css2: auto; }
/packer/
A JavaScript compressor/obfuscator. Also available as a .NET application.
cssQuery()
cssQuery is a powerful cross-browser JavaScript function that
enables querying of a DOM document
using CSS selectors.
Example:
// find all anchor elements with "href" equal to "#"
var anchors = cssQuery("a[href='#']");
// find all images contained by the above anchors
var images = cssQuery("img", anchors);
moz-behaviors.xml
An XBL binding that allows Mozilla
browsers (Netscape,
Mozilla,
Firefox etc) to use
Microsoft
DHTML Behaviors with little or no conversion. Mozilla and Explorer may then reference
the same DHTML Behaviors (.htc files).
Validate this!
Charl van Niekerk provides some additional information via Rob Collyer of Webforumz.
<abbr-cadabra/>
This is not a hack!
How to implement the <abbr> tag for Explorer with no JavaScript!
Select the link above and view the source for an explanation of how it works.