I'm using jquery ajax to parse an xml file. Creating an array of elements using the following:
var objProps = $('Properties', xml).children().get()
In FF the data displays correctly and in order. In IE7, all the elements are there but completely out of order.
Any help or suggestions would be most appreciated!