I one of my web applications I have two tables in the right column of the layout which I want to reload automatically all 10 to 15 seconds without reloading the whole page. As I have not really done something similar before, I just wanted to ask which would be the best way to reload parts of a page periodically.
Maybe someone could post some lines of code, links or tips.
This is not so trivial problem… you need to understand jQuery and ajax…
Instead of just giving you the code that you would probably not understand… its would be better if you read a bit about jQuery and ajax in general… how it works… and when you grasp the basics… if you could not get the solution… maybe post a more detailed question…