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
Post a Comment for "Problem With Jquery Colorbox"