[jQuery] Re: IE no error tracking, jquery not working

2009-03-02 Thread Dave Methvin
> "Something like Firebug for IE? " > http://www.fiddlertool.com Also, IE8 has a very good built-in debugger and DOM inspector. I just wish it was possible to have multiple IE versions on one computer without a lot of hassle.

[jQuery] Re: IE no error tracking, jquery not working

2009-03-02 Thread mkmanning
http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en http://blogs.msdn.com/ie/archive/2007/01/09/ie-developer-toolbar-beta-3-now-available.aspx Still a far cry from Firebug. On Mar 2, 4:58 pm, DBJDBJ wrote: > "Something like Firebug for IE

[jQuery] Re: IE no error tracking, jquery not working

2009-03-02 Thread DBJDBJ
"Something like Firebug for IE? " Welcome to the wonder world of Visual Studio, my son ;o)

[jQuery] Re: IE no error tracking, jquery not working

2009-03-02 Thread MorningZ
"Something like Firebug for IE? " http://www.fiddlertool.com On Mar 2, 6:11 pm, Philip Harrison wrote: > I believe I have a similar problem! Seriously bugging me out… probably > not the answer you where looking for though :) > > I managed to find what it is IE doesn't like: > append: functio

[jQuery] Re: IE no error tracking, jquery not working

2009-03-02 Thread Philip Harrison
I believe I have a similar problem! Seriously bugging me out… probably not the answer you where looking for though :) I managed to find what it is IE doesn't like: append: function() { return this.domManip(arguments, true, function(elem){ if (this.nodeType

[jQuery] Re: IE no error tracking, jquery not working

2009-03-01 Thread frodosghost
The $(document).ready() is closed here, just must of missed it in the copy. Sorry.

[jQuery] Re: IE no error tracking, jquery not working

2009-03-01 Thread mkmanning
>From your code snippet, it looks like the $(document).ready() isn't closed. On Mar 1, 9:35 pm, frodosghost wrote: > From what I have seen, I have run into a fun error to get. It seems > that something to do with my jquery is breaking IE, but I cannot find > out what it is. So far the code works