OK so thats a shame :). I'd have hoped that get would work, since I need
to do a get (I want to keep the flexibility of applying a function to the
returned data and updating more than one element) and also having the
embedded javascript inside HTML being executed.... Is this a feature that
get doesn't do that, or is it a bug?

--Jacob

> [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
> discuss@jquery.com
> http://jquery.com/discuss/
>



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to