reload div on page jquery code example
Example: refresh div jquery
$("#mydiv").load(location.href + " #mydiv");
//this is actualy not so nice but it does the job.
$("#mydiv").load(location.href + " #mydiv");
//this is actualy not so nice but it does the job.