Sunday, June 12, 2016

get Checked radio button Value


        alert(document.querySelector('input[name = "ProductPermId"]:checked').value);

No comments: