I was looking for a lightweight way of loading external pages into a DIV onClick using jQuery.
For example:
<a href="#" onclick="jQuery Load Function with unique ID 1">Load Page 1</a>
<a href="#" onclick="jQuery Load Function with unique ID 2">Load Page 2</a>
<a href="#" onclick="jQuery Load Function with unique ID 3">Load Page 3</a>
<a href="#" onclick="jQuery Load Function with unique ID 4">Load Page 4</a>
<div id="LoadMe">Where external page will load into</div>
Any help would be really appreciated,
Thanks!