The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20131029

how to test html/css/javascript/dom code live in firefox for debugging purposes

open the webpage you want to debug

open the firefox web developer "web console":
tools > web developer > web console
(or just do ctrl+shift+k)






now just paste the code you want to run, to debug your webpage, and it will run when you hit "enter". in this example, that code in the textfield at the bottom of the debugger window will close the context menu you see in the background.

No comments:

Post a Comment