Thread
:
How to find a term in an XML file
View Single Post
10-10-2012, 07:25 PM
PM User
|
#
2
xelawho
Senior Coder
Join Date: Nov 2010
Posts: 2,461
Thanks: 52
Thanked 457 Times in 455 Posts
I don't really know how jQuery parses xml. If they were normal html tags you could do this:
Code:
<script> $('item').each(function() { alert($(this).attr('def')); }); </script>
xelawho
View Public Profile
Find More Posts by xelawho