Wednesday, September 28, 2016
$(document).ready(function(){
$("select.country").change(function(){
var selectedCountry = $(".country option:selected").val();
alert("You have selected the country - " + selectedCountry);
});
});
Labels: ASP.net, Javascript, jquery
0 Comments:
Subscribe to:
Post Comments (Atom)