bmsterling wrote:
> 
> 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.
> 
http://www.nabble.com/file/4180/buildarray.txt buildarray.txt 
-- 
View this message in context: 
http://www.nabble.com/optimize-convert-current-code-to-jquery-tf2636488.html#a7358766
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to