Torin Mai
06-03-2009, 03:03 AM
I'm trying to create a game using Javascript, specifically that one game where you are trying to turn on all the buttons but every button you click also toggles the buttons around it in a '+' shape (everyone has played it, I just never found out what it was called). I'm trying to do it using radio buttons, and the simplest way involves disabling the natural action of the radio button to be activated, is this something that can be deactivated?
I've tried every variation of "cancel default event" I could think of and find on the internet with no success. Is this just outside the normal event scope or what?
I've tried every variation of "cancel default event" I could think of and find on the internet with no success. Is this just outside the normal event scope or what?