Is it possible to manipulate a div inside of a page from another div inside that page using JQuery?
For ex. index.php contains <div id="test"> and <div id="test2">. Div named “test” loads test.php and “test2” loads test2.php. Is it possible to reload test’s content from test2?
Yes it is possible. This line will reload div#test by loading test.php