Have you tried restructuring your jQuery for noConflict mode? There are few different ways of doing this -- some are quite easy.
http://docs.jquery.com/Using_jQuery_with_Other_Libraries On Oct 13, 6:58 am, rein <[email protected]> wrote: > Hi there, > > I'm new to this group. But I seem to have the same problem. > > When I include jQuery in my page, Firebug doesn't update my live > changes in the css. > > For example changing the width of an element via Firebug doesn't > affect the element. > > When I take out jQuery it works fine. > > Anybody hasa solution or had this problem aswell? > > Kind regards, > Rein > > On Sep 19, 1:37 am, Hernan Rodriguez Colmeiro <[email protected]> > wrote: > > > On Fri, Sep 18, 2009 at 19:06, Aaron Kreider <[email protected]> > > wrote: > > > > I'm using jQuery (1.3.2) and Firebug (1.4). > > > > I saw that Firebug console uses $. > > > > Do I need to worry about jQuery and Firebug conflicting? Or is > > > Firebug's $ only used in the console and thus not a problem? > > > If you mean if you have to write all your code using "jQuery" instead > > of just "$", don't worry because Firebug doesn't interfere with your > > webpages code. > > > I remember having issues with jQuery and Firebug regarding the $ > > notation, but just when I was testing code in Firebug's console, and > > not on every site. > > > At least using the latest Alpha (1.5.0a24) I'm not having any issue > > testing jQuery code in the console using the $ notation. > > > Hope this helps, > > > Hernán > > > PD: You may also like the FireQuery extension, which integrates jQuery > > in Firebug in a nicer way.http://getfirebug.com/extensions/#firequery --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
