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 -~----------~----~----~----~------~----~------~--~---
