dirty_form
dirty_form copied to clipboard
checkbox, radiobutton not working in Chrome :(
I was trying in Chrome, page is getting redirected even if its changed, in case of radio button and check box.
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
Thanks so much, I will surely try this out.