0

In my web application I see a strange behavior.A strange border appears on "ok" button of conform light box(created using jquery-ui dialog). Now I want to use firebug or view source to debug it more.But as soon as I click strange border disappears.Is there any way to "view source" without clicking any key(left/right) in firefox/chrome?

sandy
  • 1,153
  • 7
  • 21
  • 39

1 Answers1

4

Both Chrome and Firebug allow you to set the hover/focus state in the developer tools.


Here's how to do it in the Chrome Developer Tools:

Chrome Developer Tools hover/focus


And here's how to do it in Firebug:

Firebug hover/focus

Joseph Silber
  • 214,931
  • 59
  • 362
  • 292