I am having a page on which jQuery and jQuery colorbox libraries are included. I have some functionality which brings a set of results (links) on this page using ajax. On clicking of links (that come on the fly) i want to open colorbox. Please suggest how could i do it.
Share
You should use live() method to assign the click handler to dynamically created elements like your links. If you provide some code I could show you how to make it.