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
{after.ready(function(). - Andy