<img ...> NAME_1 <i>something else</i><BR>
<img ...> NAME_2 <i>something else</i><BR>
(I can rewrite it to use tables, insert NAME inside a tag or whatever, it's not a problem)
I want to sort it alphabetically using jQuery. I know there are nice sorting plugins but I need it only in one place and only the most primitive sorting of a list, so maybe it can be done with a few lines of code?