Like heading states, does anyone have the ability to implement this type of function?
Example: If you go to http://weewar.com , on your first page you will notice the ajax module, which is updated every second. However, all new items are added to the top of the list. My question is about the same functionality.
Does anyone have an easy and clear idea on how to implement this functionality?
So far, I have a method that initially creates a list, then another method is called in an interval that retrieves the most recent data from the server.
However, I'm stuck on how to add a new dynamic node to the top of the list.
If you can direct me to where I can find this information or give me an idea of ββhow I can implement this, I will be very happy and grateful :)
Thanks for the advanced.
ericg source share