Welcome

Welcome to my jQuery plugins page, I have the following plugins here:

XSLT v0.7
fastID v1.0
ifModified-Etag v1.0

jQuery Plugin: XSLT v0.70

This is a jQuery Plugin for Google's AJAXSLT. It gives you the ability to transform XML/XSL from JavaScript. AJAXSLT is a parser itself, the library does not depend on your browser being able to do XSL transforms. The plugin also provides functionality to load XML/XSL through $.ajax() calls and transform them.

Documentation: XSLT homepage

Compatibility: 1.1.3

Download

jQuery Plugin: fastID v1.0

This plugin has become redundant with jQuery 1.1.4 as the fix is included!

This plugin speeds up use of $('#id'). Use of $('#id') may be anywhere between 10 and 40 times slower than using $(document.getElementById('id')), depending on the browser used. I don't know about you, but I personally use $('#id') a lot and really need the speed up. With this plugin, $('#id') is typically only up to 10% slower than $(document.getElementById('id')), and often not even measurable (110% vs 4000%, not bad I would say!).

Note #1: Thanks to rformato for the improved RegEx.
Note #2: Though 1.1.3 speeds this up a little bit compared to 1.1.2, it's still very slow.
Note #3: I don't advise using this plugin with a jQuery 1.2 unless this page states otherwise by the time it is released. The fix may be incorporated into the next version, as there was already a possibility that it would come in 1.1.3.

Documentation: None necessary. Just include the javascript and $('#id') will be much much faster. Comments mark replaced code in the file.

Compatibility: 1.1.2*, 1.1.3a, 1.1.3
* only tested with older version of plugin

Download

jQuery Plugin: ifModified-Etag v1.0

This plugin provides Etag support to jQuery AJAX calls that have ifModified set.

Note: I don't advise using this plugin with a jQuery 1.2 unless this page states otherwise by the time it is released. This functionality may be incorporated into 1.2 itself.

Documentation: None necessary. Just include the javascript and Etag will be supported alongside Last-Modified method of caching.

Compatibility: 1.1.2*, 1.1.3a, 1.1.3
* only tested with older version of plugin

Download

Laters

Laters and have fun,
- Chainfire