Sorting a list of items using javascript
        Posted  
        
            by Nicholas 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nicholas 
        
        
        
        Published on 2010-06-09T03:48:22Z
        Indexed on 
            2010/06/09
            3:52 UTC
        
        
        Read the original article
        Hit count: 303
        
Hi all, I am working on a class assignment in which i need to accomplish the following:
1 User types a list of items into a text box (form field) 2 When the user presses the sort button, the list in the text box is sorted 3 It takes the text from the text box and puts the sorted text back in the text box
Please help!
© Stack Overflow or respective owner