hi

i have a div whose content is loaded via ajax..that content contains
html+javascript
the javascript contains a function called test()
when the content is loaded this function is added to the dom...now
when i remove the div using remove(); i am still able to run the
function test() as its still in the dom

is there anyway to remove the newly added function from the dom?

thanks for your help

Reply via email to