Questions tagged [jquery-xml]
24 questions
4
votes
2 answers
jQuery Parse XML display in jQuery Mobile list UL UL returning last item in XML only
I am using jQuery Mobile 1.1.1 and jQuery 1.7.1.
JQuery mobile can have a nested list and on click can show the next ul in another screen. See this example: http://jquerymobile.com/demos/1.1.1/docs/lists/lists-nested.html#&ui-page=0-8
I am trying…

jasonflaherty
- 1,924
- 7
- 40
- 82
2
votes
4 answers
jQuery Closing Open Tags
While trying to parse an xml file into table format, jQuery keeps closing my opening tag. Is there a work around for this?