Splitting a JavaScript string from XML and wrapping in HTML element – Jquery ajax
I'm working on displaying an RSS feed in a website through the use of jQuery and AJAX. One of the strings from the source XML file are wrapped in a <category> tag, and there are multiple of these returned. I'm…