[jQuery] Re: "Object doesn't support this property or method" in IE

2009-09-16 Thread knox203
the object, don't > > call the function. this can also go in the script along with > > the rest > > > See how that works out, here's the code:http://snipt.org/mogk > > And you could use some logic to make it less spaguetti too: > >http://snipt.org/mogl >

[jQuery] Re: "Object doesn't support this property or method" in IE

2009-09-16 Thread knox203
000); // use the function object > $(document).ready(updateStatus); //same here, pass the object, don't > call the function. this can also go in the script along with > the rest > > See how that works out, here's the code:http://snipt.org/mogk > And you could use some

[jQuery] "Object doesn't support this property or method" in IE

2009-09-15 Thread knox203
Hello everyone, I have the following code that works great in Firefox, Opera, Safari, but fails to work in IE. Can anyone take a look and maybe tell me what I'm doing wrong? Thanks! function updateStatus(){ jQuery(function(){ $("#prov1hCount").load("sour