Hi all. Having some trouble with javascript.
IE and Opera just don't seem to want to work 🙁
Here's the code I'm running:
Link to JS
Now, this will get an XML output of something like:
Link to XML
And the final layout should look like:
Link to View
Now, if you view in Firefox it runs fine. The JS gets the XML output, parses and updates as expected. In IE and Opera, nothing changes, and it never stops "loading". IE gives an error on line 50 character 4 which is right in the middle of a document call... not sure what's going on....
Anyone? Anyone?