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
-- 
View this message in context: 
http://www.nabble.com/Bug-Report---Component-returned-failure-code%3A-0x80070057-%28NS_ERROR_ILLEGAL_VALUE%29-tf3384748.html#a9421318
Sent from the JQuery mailing list archive at Nabble.com.


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

Reply via email to