Loading the target of a link in a <DIV> via jQuery's .live event into the same <DIV>??
- by Martin Pescador
Hello together
I call a certain div from another page with jquery to be loaded into a div on my main page like this:
<script type="text/javascript">
$("#scotland").load("http://www.example.com/scotland .gallery");
</script>
<div id="scotland"></div>
The div I call is a piece of code which is automatically generated by a…