Tag: jquery radio

Getting Value of Radio Button and CheckBox using jQuery (Cross Browser)

Last month I have struggled a lot to read value of checked radio button. The default .val() method doesn’t work in many of the versions of various browsers. I’m feeling… Read more »