we have all luxury with Firebug , Editing Html (In-Browser ) , CSS (In-Browser ) , But if any one working with javascript , each and every time JavaScript file has to be edited and Refresh the browser . Can we not have the such facility with Javascript in FireBug ?
Thanks In Advance .
You can use command line editor to execute arbitrary JS. Here is a previous post on this: How to edit JavaScript in Firebug?
More on js console: http://getfirebug.com/commandline
The other thing you can do is set a break point and change a variable on the fly.