Hi,
When I work on live websites, sometimes I do the following.
`<div id="debug" style="display: none;"> <pre>array(blabla)</pre> </
div>`
and then go to console comand line and the following jquery,
`$('#debug').show();`
So I was wondering, what if we can have an option so everytime we
refresh we could have
that script `$('#debug').show();` to run everytime we refresh.
This is one example where I would have to use it but I have had to
always retype, alot of functions or go to history,
when most of the time we just need to test something is working.
another example would be testing a click functionality.
`$('#debug').click();` to auto run on reload `once everything and page
is fully loaded` so when I press F5 (refresh) I get to save some time
to grab the mouse and click on an element, or go to console or go to
history etc... :)
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.