dirty_form icon indicating copy to clipboard operation
dirty_form copied to clipboard

checkbox, radiobutton not working in Chrome :(

Open ermauliks opened this issue 11 years ago • 2 comments

I was trying in Chrome, page is getting redirected even if its changed, in case of radio button and check box.

ermauliks avatar Mar 01 '13 06:03 ermauliks

I ran into this as well. Change line 24 to return input.is(":checked"); and things should work. Firefox and chrome do not add the checked attribute to the DOM element when the box is checked/unchecked

groogiam avatar Nov 04 '13 21:11 groogiam

Thanks so much, I will surely try this out.

ermauliks avatar Nov 05 '13 05:11 ermauliks