Before i tried loading the content via the .load()
jquery function, i had an overlay which had various elements which were targeted with events, such as a close button and some tabs, which worked great!
I decided to keep my markup clean to load the overlay content with the .load()
function which also works great, except the events that were tied with the elements which get pulled with the ajax don't work anymore.
Does anybody have an idea? :)