I can’t finish this Jquery script.
Right now what its doing is grabbing every “td” that contains an img src and a certain text and apply a css yellow background.
What i want to add to that jquery script (and i cant figure it out) is make em go to the very top of that table.
So a result all those yellow tr’s would be at the very top of the table always.
Anyone can help me on this one?
prependTo might do the trick
http://jsfiddle.net/h6qcX/
http://api.jquery.com/prependTo/