Agrawal, Ritesh schrieb:
> hi,
> 
> I think I found a bug. It happens when I try to use click function..here is
> my script that generates the error
> 
> $("span.opt_value").click(function(){
>                       alert($(this).attr('value'));
>                       $("div#content").load($(this).attr('value'));           
>         
>               });
> 
> The exact error as shown by firebug is 
> uncaught exception: [Exception... "Component returned failure code:
> 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult:
> "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: javascript:
> eval(__firebugTemp__); :: anonymous :: line 1" data: no]
> 
> I checked bugtracker and it seems it is known bug and has been fixed. I
> download the latest realease and still getting this error 
> 
> Regards,
> Ritesh

It just seems to me, that you're trying to load via Ajax from an 
external site?


-- Klaus


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to