Hi ive loaded some content using the .load jquery function, in this content theres a fancybox image gallery but i cant get it to work from inside the loaded content ( it works fine by itself ).
any ideas ?
heres the code ive used for the fancybox
<script type="text/javascript">
$(document).ready(function()
$("a[rel=quest]").fancybox();
});
</script>
Regards
Sam
Try this one instead
You’re missing one bracked after
function()