Search Results

3
votes

What’s your favorite way of testing javascript code snippets?

I use Firebug by far the most times. Otherwise I use the addressbar, or simply adding a button or link on the page. …
5
votes

restrict user input using javascript

This might help you. http://www.w3schools.com/jsref/jsref_onkeydown.asp <html> <body …