Loading specific content in "next" page's div element. Please see my need.
Lets say i have a menu with
elements "A", "B" and "C" on index.html
(my homepage).
So classically I should create
and link to menu. but rather, I want to have a single
"home.htm" that would do all this purpose.
My home.htm has all contents same for
a,b & c except a "div element" whose content i want to load from different files, different for all the three pages.

How to do this using JQuery.