| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 18
|
jquery help
how do i reload a div in the page? i know about loading a page into the div but i just want to reload it. i have a table displaying data from a mysql database and want it to reload to show the new values. any tips? |
|
|
|
|
|
#2 (permalink) |
|
shiro
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,181
|
You want to research AJAX. It's outside of the scope of this thread to explain how to do it though. It involves using javascript to make a request to the server in the background, and when it gets the data back, it loads it onto the page. |
|
![]() |