- Skittles x
- |
- Exalted Mythic Member
Posted by: Lord Snakie
Great script, Skittles. But the group listings in the drop-down are out of order for me. I dunno if that was intentional or just an error on my end or everyone's, but it'd be more efficient if that could be fixed. I don't want to have to pause and search the list to find the group out-of-order, you know, the old "lazy" thing.
Hmm... so they are... I can only assume this is due to the asynchronous nature of the AJAX call... The calls are made in alphabetical order, but they come back depending on which page loads faster. It's close to alphabetical, but not quite there... Unfortunately, for the same reason, I can't sort them (as far as I know).
Actually.. I just got an idea... I'll take a look (no promises, I do have a lab to work on for tomorrow, lol)
edit: Nope, sorry. Doesn't work. There is no way to edit the list contents... If I put an alert(list_contents) a the end of the script to display the HTML of the list, I get null... The stuff hasn't loaded yet so I cant modify it. It may be possible to create another script that does nothing but sort that section, but I'm not sure if that would work either.
[Edited on 11.11.2009 6:51 PM PST]