Sounds hard. Have you seen this? Looks like a sort plugin. http://dev.jquery.com/browser/jquery/sort/sort.js?rev=1
Maybe append and then immediately sort? Glen On 4/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi, I have a DIV (id = "classList") witih many smaller DIVs, each of class "student". The smaller DIV only contains text. If I want to add a new student DIV to the list, but add it in alphabetical order, is there a simple, tried and true jQuery way of doing this? Thanks, - Dave

