Skip to content Skip to sidebar Skip to footer

Problem With Jquery Colorbox

I have a website that uses ajax jquery and colorbox. Inside the div '#content' there are some links to other pages that open fine using colorbox. If I reload the content of that di

Solution 1:

try to attach your handler using live instead of bind. This survives content-reloads in the divs

the api doc for live is here

Solution 2:

Post a Comment for "Problem With Jquery Colorbox"