According to http://docs.jquery.com/Ajax/jQuery.ajax#options if
datatype is = 'html', the script code will be evaluated when the ajax
response is inserted into the DOM.  So change your code to do more
than an alert and you should be fine.

-K2

Reply via email to