Awesome! I would have never thought the console call would error out only the next command as the rest of the jQuery stuff worked! Thanks a bunch!
On Nov 26, 11:31 am, Pedro Simonetti Garcia <[email protected]> wrote: > Hi there, > > Looking at the code you provided I suspect the problem is the "console.log" > call. The background is being adjusted right after it, so I suspect it is > happening an error and IE is not executing the rest of the code. > > Comment out the console call and let me know if it works. > > The only parts of Firebug Lite that can potentially interfere the page are > the XHR watcher (it replaces the native XMLHttpRequest object), and the > Inspector (it injects some elements in the page in order to draw the outline > and box model highlight of elements). Apart from these two features, I see > no way that Firebug Lite could interfere in your page. > > Anyway I'm always looking forward to minimize page interference. If you spot > any problem, let me know. > > regards, > > Pedro Simonetti. > > 2010/11/26 WheresWaldo <[email protected]> > > > > > I am new to jQuery (ie. In the learning stages). I got everytihng > > working in Firefox. Checked it out in Chrome and everything was fine. > > Go to Internet Explorer and no go. > > > I install FireBug Lite (one line of code) to see what is happening in > > IE and all of a sudden the jQuery seems to work! I removed the > > <Script> line for FireBug Lite and the effect no longer works under > > IE! > > > Does anyone know why this might be happening? > > > Here's the code I used. > >http://jaredheinrichs.com/how-to-use-a-variable-with-css-and-jquery.html > > > Here's the documentation on the FireBug fix. > >http://jaredheinrichs.com/how-firebug-lite-fixed-some-ie-jquery-issue... > > > -- > > You received this message because you are subscribed to the Google Groups > > "Firebug" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<firebug%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/firebug?hl=en.- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
