How to add an item to the top of a dynamic list
- by user181318
Like the title states, does anyone out there have a clear way to implement this type of functionality?
Example:
If you go to http://weewar.com, in their front page you noticed an ajax module that updates every second. However, all of the new items are added to the top of the list. My question is around that very same functionality.
Does anyone…