Hi,I have some script running on a page, events.php, I use $.ajax toreturn the data from that page then on success inject the HTML into adiv in my page.I have a close button that fades that injected content out.however the close button refuses to work from my index.php, but when ihave it on my events.php it works.note : on success i ...