views:

48

answers:

2

Does anyone know of a firefox plugin that allows you to view what a control's name/id is? Preferably via a mouseover or something, but if I have to right click it or something that works too.

+9  A: 

Firebug. Excellent plugin.

a programmer
Second the Firebug. I was just using it today to debug a ASP.NET AJAX issue. Excellent tool.
Wayne Hartman
+1 There is an "Inspect" button in firebug, click that and mouseover the element you wish to see information on and prepare to be amazed.
Jon Erickson
A: 

Firebug, or go old-school with the DOM inspector.

gnud