I have an RSS feed that is sorted by story type, but I need to parse it using JavaScript, sort the feed by publish date and display it out to a browser. I have no access to change the feed on the...
Tcobb, thanks. I actually figured something out using GetElementsByClass. It has a function in which you can target second, third, etc. instances. The way the page is built, I have no control over...
I have a page that loops through a db and places stories inside divs. I need to hide the first and second instances of those divs. Hiding the first one isn't a problem using display="none". The...