![]() |
How to find a term in an XML file
I am trying to load an XML file (no problems yet) and then, when a user enter some text into an input TF and hits enter, I want to look for that entered text in the XML file and return information associated with that text.
Do I have to itterate through the entire XML file with '.find'? I have to use attr() in there somewhere, than when it matches I need to return the 'def' attribute. Code:
<glossary>Code:
/* This captures the ENTER key event and checks for letters and numbers only. */ |
I don't really know how jQuery parses xml. If they were normal html tags you could do this:
Code:
<script> |
| All times are GMT +1. The time now is 03:12 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.