Snippets Collections
$('input[type=radio]').click(function(){
    if (this.previous) {
        this.checked = false;
    }
    this.previous = this.checked;
});
star

Wed Nov 30 2022 05:46:12 GMT+0000 (Coordinated Universal Time) https://jsfiddle.net/8jKJc/221/

#testado

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension