javascript - Could not complete the operation due to error 80020101. IE -


possible duplicate:
ajax request problem: error 80020101

i using jquery-1.64 , code reset timer

var message="logged in"; var mytimeout = settimeout("timerdone()",1000 * 1440); function timerdone() {     message="logged out";    } function timerreset() {       cleartimeout(mytimeout);     mytimeout = settimeout("timerdone()", 1000 * 1440); } 

but gives me error, in ie, when trying cleartimeout. idea????

i dont know why worked me. if have comments like

//comment 

then gives error. fix do

/*comment*/ 

doesn't make sense worked me.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -