Datatable and FancyBox

Datatable and FancyBox

craigbeck1craigbeck1 Posts: 1Questions: 1Answers: 0

Hi, I cannot seem to get fancy box to work with Datatable, below is the script call I am making.

<script type="text/javascript" language="javascript" class="init"> 
$(document).ready(function() { 
 $('#TableIncident').dataTable( {
 "fnDrawCallback": function() {
 $('.fancybox').fancybox();
   }
 } );
</script>

Any Help would be great

This discussion has been closed.