Firebug allows the debugging, editing, and monitoring of any website's CSS, HTML, DOM, and JavaScript, and provides other Web development tools. It also has a JavaScript console for logging errors and watching values, as well as a "Net" feature which monitors the amount of time in milliseconds it ...
1
vote
0answers
7 views
cross-browser server side web app logging library
To send debug messages from our web application to the browser, we have Firebug+FirePHP for Firefox, as well as Chrome Logger for Chrome/Chromium. FirePHP for Chrome does not work with the latest ...
0
votes
1answer
16 views
Firefox: keep 2 versions, one with firebug addon enabled, one without
I would like to have 2 versions / shortcut of Firefox, one with firebug (and other developer addons), and one for normal navigation (keeping bookmarks, history etc and some other addons like ...
0
votes
0answers
6 views
how to get the correct id for the <p:calandar> input inside a datatable?
I need to get the correct id of the input inside a datatable for masking. I have used firebug to check the id. It shows "datatable_attributes:3:att_date_input". But the id seems not the correct one.
...
0
votes
0answers
18 views
removeEventListener does not remove page-loaded event handler
I have tried to solve this problem on my own to no avail. All I can seem to find help for is regarding how to remove an anonymous function event handler. This is not the problem I am having. I want to ...
0
votes
1answer
24 views
How do you find the source of specific underlying Javascript?
How do you find the source of specific actioning Javascript that's being activated after clicking a certain item?
For example --
A site has:
<ul id="list0" class="list">
<li ...
0
votes
0answers
25 views
jquery works but show error in bug panel
I wrote these codes to use jquery and php to make a module for joomla .after install and run
it works but in bug panel it shows some errores that increasing frequently and dont stop.
the error is
...
1
vote
1answer
30 views
making many ajax requests instead of one request
I write up a code to delete my articles within a table from the database.everthing is working fine but when i see the requests from firebug NET tab it shows me 11 requests instead of one .is there any ...
0
votes
0answers
17 views
Can't find responsive elements in my markup. I only see them in Firebug
This may be a basic question but I'm new to using Bootstrap, Sass, and to a certain degree CSS3. How is it that certain responsive elements appear but they aren't present in the markup?? Is this ...
1
vote
2answers
25 views
dojo AMD module methods in chrome chrome/firebug
Before AMD, we could use methods directly in chrome/firebug command line like:dojo.byId() or dijit.byId() etc.
But in AMD form, how we will get methods available in a module in command line?
0
votes
1answer
41 views
nothing happens after check login script php jquery
I am trying to right a simple login script. When I execute the "checklogin.php" script (upon being called by the login form) - nothing happens. I stay on index.php, and I still see the form (which ...
1
vote
0answers
41 views
Firebug says “No Javascript on this page”, even though JavaScript does exist on the page
Why does Firebug say there is No Javascript on this page when there are clearly loads of JavaScript on the page. I even reloaded the page several time to make sure but it still show the same message.
...
0
votes
0answers
7 views
How to use console.timeStamp in Chrome?
I try to use console.timeStamp in firebug, it works:
console.timeStamp()
12:16:26.188
but this does't work in chrome, it show undefined
how can I use it?
0
votes
1answer
15 views
Trying to find DOM elements matched by a CSS selector using firebug
Is it possible to enter a CSS selector into firebug and for it to highlight the corresponding element(s)?
Thanks
0
votes
0answers
35 views
Force browser to wait for a long running server script to finish from client side
We have a website which generates a csv file of a group's order history.
The script is slow and for groups that have placed a lot of orders, the request isn't completed
- i.e. after around 10 mins, ...
-4
votes
0answers
19 views
How to debug three.js code. Firebug does not seem to be working. Its urgently needed [closed]
I have downloaded three.js project from GIT hub and Iam playing with example files and making changes to them. But I have not installed any Web server. The issue now Iam facing is , I am not able to ...