I implemented on my custom cms ajax pagination for my content. In that content ofcourse there are some images inside and after adding ajax pagination lightbox pop up effect doesn't work. I suppose that the problem is in javascript method in head block of my page which is following
and I call lightbox scripitHTML Code:<script src="ajax_req.js" type="text/javascript"></script> <script>htmlData('pagination2.php', 'page=1')</script>Does anyone have this problem and know how to fix it ?HTML Code:<script type="text/javascript" src="index.php_files/lightbox/js/prototype.js"></script> <script type="text/javascript" src="index.php_files/lightbox/js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="index.php_files/lightbox/js/lightbox.js"></script> <link rel="stylesheet" href="index.php_files/lightbox/css/lightbox.css" type="text/css" media="screen" />






Bookmarks