Wednesday, December 12, 2018

Get the value of the checked radio button in jQuery.

var whichWayToGo = $("input[name=Address1]:checked").val();
if (whichWayToGo === "New") {

No comments:

Post a Comment