Monday, April 27, 2009

[jQuery] Re: Using jQuery in requested file by $.ajax

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

No comments: