[EMAIL PROTECTED] schrieb: > Hi Everyone > > http://fjsoftllc.com/page.html > > Is my lame attempt to invoke a PHP via jQuery, and it works, except that > the embedded <script>...</script> element seems to have no effect, isnt > executed. > > Any ideas? > > Thanks! > > --Jacob
Hi Jacob, automatic evaluation should work with
$(...).load();
and
$.ajax({
dataType: 'html'
...
});
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
