Righteo, Just started messing with Jquery, and I can update a database etc with it, but I want to know if there is a way to display new info posted into a database (even if it is not what was just posted) without a reload etc.
Don’t write it out for me, just point me in the right direction… I want to pull it together myself.. best way to learn 😀
Easiest solution is to poll to server periodically.
If you want the server to push to you, use Comet.