if i load('mypage.htm') into <div id="placeMyContentHere">
do i need to put JQuery in "mypage.htm". I'm using color box ( of light box ike) on my child page. If i add jquery.js & colorbox.js into mypage.htm it works. Though i can't helping thinking there is better way.
Here is how i normally call colorbox
$(document).ready(function() {
$("a[rel='example1']").colorbox();