On a related note, is there a way to extract the actual DOM nodes from a
jQuery object to do basic JS manipulation on them?
var domObj = $('a').get(index);
example $('a').get(0) will get the first A element's dom object.
-js
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
