SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Hybrid View
-
May 14, 2009, 14:29 #1
- Join Date
- Jun 2006
- Posts
- 109
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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.
if anyone have idea or question for details,
regards,
-
May 15, 2009, 00:09 #2
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.
Guido - Community Team Leader
The Votes Are In: The Winners of the 2013 Community Awards are...
Blog - Free Flash Slideshow Widget
-
May 15, 2009, 03:12 #3
- Join Date
- Apr 2009
- Location
- Ljubljana, Slovenia
- Posts
- 36
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I had this issue with some Ajax. The solution was something with html ID-s.
Bookmarks