Iam new and learning Java script and can't find any good sources and slow at learning. I want this button to not disable so i can click it numerous time and display my counter number of howmany times I clicked it.
[HTML]<input type="submit" name="counter button" value="Count!" onclick="return disableButtons( );" id="counter button" />[/HTML]
[HTML]<input type="submit" name="counter button" value="Count!" onclick="return disableButtons( );" id="counter button" />[/HTML]
Comment