You need to be executing the Javascript in the callback of your AJAX
function, NOT in the head of the document you are loading.

Aside, if you are using jQuery anyway you should consider using it's own
AJAX functions...

On Wed, Feb 11, 2009 at 10:06 PM, Davis <ywk...@gmail.com> wrote:

>
> hello,
>
> first,  i just want to make sure it will trigger any JS from that AJAX
> loaded page.
> so i just put a single JS code without anything else inside loaded
> page, but it didnt trigger that alert() JS, what can i test it
> further ?
>
> <script type="text/javascript">alert('z');</script>
>
> thanks/Davis.

Reply via email to