[jQuery] Re: IE debugging advice, please

2008-04-21 Thread [EMAIL PROTECTED]
, it has excellent breakpointing, variable inspection, > etc, etc. > > JK > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of mrpollo > Sent: Monday, April 21, 2008 12:13 PM > To: jQuery (English) > Subject

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread Jeffrey Kretz
: IE debugging advice, please dude perhaps the only good valid solution that microsoft has given is the ie developer toolbar http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511- bb3e-2d5e1db91038&displaylang=en its obviously not firebug, but its a good try, no on the fly

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread mrpollo
dude perhaps the only good valid solution that microsoft has given is the ie developer toolbar http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en its obviously not firebug, but its a good try, no on the fly css editing, but you get this c

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread Karl Swedberg
I use the (free) debugbar toolbar for Internet Explorer. It's not as full-featured as Firebug, but it does have a console and some other nice features. This is a list of features from their homepage (http://www.debugbar.com/ ): * DOM Inspector: View DOM Tree and modify tags attributes

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread Rene Veerman
I forgot my latest clue-source for CSS problems: http://www.ieinspector.com/dominspector/index.html not as usefull as firebug, and not free (trialware), but usefull nonetheless.

[jQuery] Re: IE debugging advice, please

2008-04-21 Thread Rene Veerman
Besides using a stub for console.log and alert()s in many simple debugging cases, i also use: Microsoft script debugger - general debugger. will work fine with non-minified source code. must be enabled in advanced options of IE http://www.microsoft.com/Downloads/details.aspx?familyid=2F465BE0-94FD

[jQuery] Re: IE debugging advice, please

2008-04-20 Thread Karl Rudd
Apart from the usual "alert()" option you might like to try Firebug Lite: http://www.getfirebug.com/lite.html Karl Rudd On Mon, Apr 21, 2008 at 12:42 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > As I stumble towards discovery of jQuery and all things Javascript, I > frequently g