jquery - Custom Designed Radio Button Inputs Styled with CSS and Voice over accessibility -
for website use custom radio button based on model: http://www.filamentgroup.com/examples/custominput/
it's working different browser , it's accessible jaws.
but when try solution voice on can't check radio button. there jquery event allow solution ?
regards, boby
you can use onclick event :
<p onclick="test" id="css">this clickable</p>
upon clicking this, execute javascript function named "test" , formatting programmed css id "css". can format , adding onclick tag, can want function.
<img src="https://www.google.nl/images/nav_logo195.png" onclick="search" id="css">
Comments
Post a Comment