I verified that the .load method does execute the embedded Javascript, it
works in IE7 and FF. Now, how do I get access to the loaded value.. If I
could have that then fine, I can switch to using .load...

--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