firebug

How do I get the current url inside a firebug extension?

How do I get the current url inside a firebug extension when for example pressing a button? ...

Firebug kills -webkit Settings in CSS File - Why?

style.css - Original File .box { -webkit-border-radius:8px; -moz-border-radius:8px; padding:10px; } style.css - In Firebug CSS Console .box { -moz-border-radius:8px 8px 8px 8px; padding:10px; } How can I force Firebug to show my -webkit css styles as well? Thanks for your help! ...

firebug search variable by value

Is there any way in Firebug to search an active variable in Javascript by it's value? I've looked everywhere and can't find an answer! Thank you so much in advance!!!!!! ...

Are there any tutorial/guides to use firebug?

I just got the add-on for firefox and it's awesome so far! But all I am doing is just moving the cursor around the page to get the css+html. And I know there are TONS more applications to firebug. Is there a beginner's guide to firebug since it's so popular or is it just something with practice? ...

Helper code to write to firebug logs, that doesn't break if using IE/Chrome etc.

Is there any helper code out there that will allow me to write to firebug's log window, but at the same time not break if using IE/chrome etc. ...

"invalid label" Firebug error with jQuery getJSON

Hi all, I'm making a jQuery getJSON request to another domain, so am making sure that my GET URI ends with "callback=?" (i.e. using JSONP). The NET panel shows that I am receiving the data as expected, but for some reason the Console logs the following error: "invalid label". The JSON validates with JSONLint so I doubt that there is a...

bing api 2.0 sdk json samples got syntax error in Firefox browser

I just downloaded the Bing API 2.0 SDK. There are several html files in Bing API 2.0 SDK\Samples\JSON directory. I replaced the AppId in the JavaScript with my new AppId. These pages run fine in IE but I got 'syntax error' in Firefox, Firebug console. Does anyone have similar issues? What is in the page that is causing the 'syntax e...

Looking for Google Reader javscript commands for controlling events

I've played in the /reader/ui/ code for a few hours now, and couldn't figure this out. Also, I didn't see any exact help when searching StackOverflow. This is really a JavaScript un-obfuscator question. I'm looking for a way to call the obfuscated Google Reader javascript commands... and am having trouble determining what actual funct...

click and edit css with firefox?

I want to be able to click on a part of a webpage and see the CSS markup. What CSS rules it uses, the class and id etc and be able to edit them live. I have installed firebug and web developer plug-ins, but I don't know how to do this. Thanks. ...

Is there a way to stop Firebug from working on a particular site?

Is there some way to make Firebug not work at all on a website? ...

css images not displaying witout firebug

CSS images do not show up, except when I open 'edit css' in firebug. Then they display perfectly. Any ideas as to what is happening. ...

Magento frontend and backend page looks different

Hi All, I am a newb in magento and recently started looking at it to create a store for my client. I am not sure but i tried installing firephp extension and soon after that I’m having my screen looks like the screenshot. ** please check the link provided! Do I have to make any installations to get everything working as normal or what ...

Why is Struts 2 redirectAction not working on Firefox+Firebug ?

I have this problem and it took me some time for me to understand it, so I thought it could save some time to others if I post it here for reference. It doesn't really require an answer, though if someone can explain it or fix it it would be welcome ! Using Struts 2.1.8, I have some actions configured like that : <action name="ReportO...

How do I "step over" jQuery code while debugging?

While stepping through a script that uses jQuery, I just want to test the code I wrote. I don't want to step into the jQuery file -- I'm not debugging jQuery, just my own file. Are there any ways to tell a debugger to not step into the jQuery file? I use Visual Studio + Internet Explorer, as well as Firefox + Firebug for stepping thro...

$ is not defined in Firefox using jQuery

Hi, Whenever I try to load the following part in <head> tag on firfox browser, I get the message as $ is not define. May I know the reason? I'm trying to load the jquery.js file before loading any custom script after CSS part. <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(f...

Firebug's "net" tab is not showing anything?

I usually run Fiddler for net traffic monitoring and now am using a Mac machine. I thought Firebug's net tab can show the traffic that is fetched through AJAX (the net tab is enabled). But if I try google.com, and type in something, its "google suggest" will show a bunch of suggestions, but the Firebug's "net" tab is not showing anythi...

firebug debugging not working in VS2010

i have vs 2010 and debug with Firefox 2.6.3 .. firebug seems to be working OK except it does not seem to break on js errors.. anyone have any ideas? ...

jQuery does not return a JSON object to Firebug when JSON is generated by PHP

The contents of test.json are: {"foo": "The quick brown fox jumps over the lazy dog.","bar": "ABCDEFG","baz": [52, 97]} When I use the following jQuery.ajax() call to process the static JSON inside test.json, $.ajax({ url: 'test.json', dataType: 'json', data: '', success: function(data) { $('.result').html('<p...

How can I observe the style on an element during mouse-over?

We supply micro-site content to a client. They supply us with a HTML wrapper and we inject our content into it. I'm trying to debug an issue where our style sheet appears to be interfering with the style in their wrapper. Normally I'd use firebug or IE Developer Toolbar to select the element and I can see which styles are being applied...

JavaScript works in IE, but not Firefox

Same old same old, my javascript runs fine in IE but not with Firefox. I've followed all the forms, checked all the forums and responses, and what I've got coded up should work but it's not. Firebug shows the value as "undefined." Here's what I've got; it's scaled down from a much bigger application, but it shows the same problem: <h...