Hey all, I've run into an interesting bug. I'm using jquery's jqmodal plugin for modals and I'm pulling down additional markup to populate the modal via ajax. The new markup is supposed to leverage the existing javascript (javascript functions, not jquery functions) that modal owner had retrieved on page load. And it doesn't seem to be working on internet explorer... on firefox and safari it works just fine! Does the new markup need to call eval()? or do something to "re-load" the existing javascript so it can use those functions?
Any insight will be greatly appreciated! Thanks in advance! P