How to "mini"fy all radio buttons
Hi there,
I have a bunch of input radio buttons that I would like to minify when a button is pressed. I tried several things and the input controls are correctly selected but the class is not applied. Why?
- $(document).find('input[type=radio]').addClass('ui-mini');