[SOLVED] the code snippet below had to be placed inside the success parameter/option of $.ajax()
ok here's my issue. i have a div with its display set to none. then after an ajax call, i use jquery to fade in this div. the content of the div includes an image that has an id = "close_msg". now, in an external js file i wrote this function to handle the clicking of that img tag
Bookmarks