Questions tagged [web-developer-toolbar]

Web Developer Toolbar is a generic term for built-in browser debugging tools, rather than a plugin like Firebug. Most include an interactive console, step-through debugger, network performance logging, CSS editor, and JavaScript function profiling.

Web Developer Toolbar documentation is available for Chrome, Opera, Internet Explorer 8+, Safari, and Firefox.

122 questions
0
votes
1 answer

How to Trace Ajax Call Back or Debug Ajax Requests in Chrome or any other Good and Famous Browser

I'm doing a project which ,obviously, uses Ajax to handle lots of requests from User Interface. Once of which is to "Filter" the given list of users. I'm using it with Laravel at back end. So the scenario is that when I filter users by their…
0
votes
4 answers

Multiple Click function on Javascript

I am new to javascript and i m using this script : for the on click function…
0
votes
1 answer

How do I properly inspect jquery and javascript using web developer tools?

I am trying to use web dev tools to inspect the java script on web pages, but I am finding it difficult to see which sections of a site are using JS. It is not like with CSS or HTML where you can see each section that a site uses these languages.…
Edward K.
  • 67
  • 2
  • 9
0
votes
2 answers

css background images doesn't show in Web developer in toolbar > Edit css

I'm working on a xhtml css locally. Why css background images doesn't show in Web developer toolbar > Edit css option? Is there any workaround for it? Has anyone faced this issue or I should reinstall firefox and plugin?
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
0
votes
0 answers

firefox web developer toolbar - can i see the posted data?

I am stuck using the Firefox web developer tool for testing out a web app. I would like to see the contents of the "post" data that is sent - using the web developer tool, I can see a log of all the gets/posts and their responses, and I can see a…
bharal
  • 15,461
  • 36
  • 117
  • 195
0
votes
1 answer

Editing custom.css to make responsive version

I am supposed to make responsive stylesheet for a website but it is so messed up that they can not make a working copy for me to edit. For that reason I thought of editing Chrome\User Data\Default\User StyleSheets\custom.css while browsing their…
Daniel
  • 1,064
  • 2
  • 13
  • 30
0
votes
0 answers

Webpage with Chrome page switcher

I have to make a web page which shows two web pages combine and have a page switcher just like present in chrome to switch between most visited websites and applications. I need helping links for making such webpage. Please help me in this regard.
saifshine
  • 37
  • 1
  • 6
0
votes
1 answer

Why I'm not able to view the source of any js file in Google Chrome?

This one works: view-source:http://code.jquery.com/jquery-2.0.3.min.js This one does not: view-source:http://pagead2.googlesyndication.com/pagead/show_ads.js The network status is "canceled". Response headers: HTTP/1.1 200 OK P3P:…
mgutt
  • 5,867
  • 2
  • 50
  • 77
0
votes
1 answer

IE9 switch to preview in IE8 causes crash

Test link: http://leongaban.com/_projects/defakto/CDS/ I'm having a strange issue, previously I was able to preview my site in IE9, 8 and 7 which allowed me to write specific stylesheets for each browser version. This morning however, when I use…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
0
votes
0 answers

Javascript execution stops in Chrome when Developer Toolbar is open

Whenever I'm developing in Chrome, I don't have issues until I try executing scripts while the Chrome Developer Toolbar is open. When it's open, and (for instance), I click on an element with an event tied to it, the toolbar will flip over to the…
jdp
  • 3,446
  • 2
  • 30
  • 54
-1
votes
2 answers

why innerHTML is not able to set the value of id = 'result' field to show the interest ..?

[i am not able to get the desired output of getting the simple interest....here innerhtml is not responding to set the value of id = 'result' field......here i have posted my code part..
-1
votes
1 answer

how to create a document page through html that can downloaded/ print in pdf format

I am currently working on a library website. The client requires that student details should be shown in pdf format and should be printable. Suppose, a user clicks on the view more button on the table, then the new page should appear using anchor …
-1
votes
1 answer

Tool to replace the Opera Dragonfly Screenshot Utility

In Opera Dragonfly (the Dev tools used in Opera Presto), there is a tab called Utilities. In that tab, you can "take a screenshot" which loads an image screenshot of the current page into the dev tools. You can then zoom in/out and use the color…
-2
votes
1 answer

Is there is a way to prevent browser DEVTOOLS from accessing source files of a website

As mentioned on the title , i am looking for a way to prevent what i am showcasing in the screenshot , it is bad people accessing things that are not even public yet Screenshot
-2
votes
1 answer

Can you create a web page table structure given below:

Click here to view structure Each table cell is identified with a letter and all dimensions are in pixels. The letters and dimensions shown in the table must NOT appear on your final web page. The external table border must have a width of 4 pixels…
1 2 3
8
9