you have several links on a page. when clicked, a div gets updated via ajax. the updated div includes data from the database.
according to this scenario, every time a link is clicked, the date is grabbed from the database and injected into the div.
would you now;
1) support this scenario or... 2) would load each link's content in several hidden divs and display relevant div on each link click. this way the ajax call is only called once..