two ajax instances on same page and lightbox problem
To make it clearer, I have one main php file with two included php files where ajax pagination is in action. One for left side (main) news section and other for the right side (other) news section. Every random time content on left side is duplicated on both sides and lightbox effect dont work.
I think this isn't a PHP problem, but a JS one. The result of the request to the server is returned to the client and handled by JS. So if that result appears twice on your site, then the problem must lie in your javascript.
Bookmarks