Thursday, March 22, 2012

facebox not loading for content loaded from ajax/jquery

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() ;
            });

No comments:

Post a Comment