Search code examples
jqueryradio-button

I want to disable radio button without using disabled attribute


I want to make radio button disabled/Unclickable. But I am not allowed to use disabled attribute. Kindly help me on this.


Solution

  • Try !

     <input type="radio" onclick="return false;" />