For solving this issue, after loading content using jquery/ajax call the facebox init function again from it.
for eg:
$.post(abc.com/fun.php",{sort:sort_field},function (data){
$("#tbl_product_list tbody").html(data);
$('a[rel*=modals]').facebox() ;
});
for eg:
$.post(abc.com/fun.php",{sort:sort_field},function (data){
$("#tbl_product_list tbody").html(data);
$('a[rel*=modals]').facebox() ;
});
No comments:
Post a Comment