Hey all,
Attached is a function that I currently use to take the results of an xml
import and put it into an array that I can use thru-out the code.

you will see some function in there like getChildNodesByAttribute,
getAttribute and getElementsByTagName, these are functions a created ie:

function getChildNodesByAttribute(xml, who){
        return xml.getAttribute(who);
}

When I would like to do is convert my code over to using jquery more.  Since
I still noob, I am going to need a little direction.


Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/optimize-convert-current-code-to-jquery-tf2636488.html#a7358758
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to