Hi,
What is your jquery version and browser (version)?
Abdul
insq wrote:
> Hello there,
>
> This may sound like a dumb question, but somehow I can't figure it out:
>
> Let's say we have a basic xml file and a simple piece of code:
>
> <?xml version="1.0"?>
> <foo>
> <title>This was loaded from an external XML file.</title>
> </foo>
>
>
> $.get("ajax-test.xml",function(xml){
> alert( $("title",xml).text() );
> });
>
> This only works when put directly in $(document).ready(function() { }. I
> can't receive any response using events (click etc.)
>
> Firebug console notices a GET response as long as alert window
> (unfortunately empty) is visible.
>
>
> Thanks in advance.
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/