Inserting Items in a Sorted List with jQuery
I hit an interesting problem the other day – take a list of sorted items (in this case, an ordered list of names) and insert a new item in the correct position in the list with Javascript, preserving the sort order. It turns out that this isn’t so hard to do with the help of [...]

Social Networks