Displaying 1 result from an estimated 1 matches for "sortmessages".
Did you mean:
smartmessages
2008 Jan 24
10
sorting divs by class
I have a script that pulls in a bunch of data to my page and parses it
out into the following format:
<div id="container">
<div id="myID1" class="new">stuff</div>
<div id="myID2" class="new">stuff</div>
<div id="myID3" class="read">stuff</div>
<div id="myID4"