I've got the same problem and I fixed it as suggested:
adding " J != null&& " before  " J.readyState==0 ".




蓝天白云 wrote:
> 
> 
> Env : JQuery 1.3.2 , IE8 with script debugging
> Trying to setup "timeout" on a ajax request
> 
> The error message " 'J.readyState' is null or not an object " occurs
> on jquery.js:
> 
> .......  if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function
> (X){if(J.readyState==0){if(P){clearInterval(P); .......
> 
> So I have to add " J != null&& " before  " J.readyState==0 "
> 
> Any one known this ?
> 
> 

-- 
View this message in context: 
http://old.nabble.com/%27J.readyState%27-is-null-or-not-an-object-tp25819407s27240p26724826.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to