Most voted "firebug" questions
Firebug is a web development tool that facilitates debugging, editing and monitoring of any CSS, HTML, DOM, XHR, and Javascript site; it also offers other web development tools.
Learn more…6 questions
Sort by count of
-
6
votes3
answers331
viewsUnknown cause error: "Syntaxerror: invalid range in Character class"
Situation: I have a page that contains a <iframe> another, on this other page, I have a simple HTML element input: <input type="text" required="" pattern="[a-Z]{2,35}" tabindex="6"…
-
6
votes2
answers5446
viewsHow to know which script is running on a given HTML element?
In Firebug it is possible to know which CSS is being applied in the HTML element, but it is not possible to know which Javascript is running in the HTML element, you have to know this?
-
5
votes1
answer1335
viewsRun custom functions in the browser console
It’s a little tiring having to keep writing console.log() all the time. I know that in my code I can define the function log that does just that. But outside the app environment, I would like to…
-
2
votes1
answer82
viewsDoubt about development in firefox/firebug
Normally I work with Chrome for the development of websites, but currently I’m in a client that only uses Firefox and I’m noticing some differences. I have researched but not found much on the…
-
1
votes1
answer79
viewsIdentify CSS not loaded in with Firebug?
I have a Site hosted at Locaweb, and I own a firewall in the company Pfsense that for some reason is preventing the loading of CSS on the machines of my network. I want to know how to identify what…
-
1
votes0
answers108
viewsYslow does not work on Firefox
I have installed Yslow 3.1.8 in Firefox 49.0.1 but any link I click inside Yslow does not work. Does anyone know how to solve this problem so that you can browse all of Yslow’s features in Firefox?…