Like live editing of XHTML and CSS in firebug can we do live testing of javascript without leaving page?
views:
34answers:
1
+3
A:
The firebug console supports live execution of Javascript. You have full access to the page's state (variables, functions, etc) to inspect/execute/alter/etc.
kevingessner
2010-04-27 18:18:59