Glyphix (http://www.glyphix.com) has released two more plugins under
the MIT license:
jQuery.xslTransform and jQuery.debug
jQuery.xslTransform is a jQuery wrapper for Sarissa, providing the
ability to replace any element on the page with the results from an
XSL transformation of an XML document inside the browser on the fly
(no server required). For example:
$('your-selector-here').getTransform('path-to-xsl.xsl','path-to-xml.xml');.
jQuery.debug is freedom from that [EMAIL PROTECTED]@#$!!! alert() function.
If you're using Firefox with the Firebug extension installed, this
plugin writes log items to Firebug's console. If Firebug is not
installed, this plugin creates a div and writes log items to a list
inside it. For example: $.log('hello world'); or
$('your-selector-here').debug();.
Both are available at http://jQuery.glyphix.com
Gavin
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/