Thursday, April 9, 2015

jQuery .change() event on asp.net dropdownlist isn't firing correctly

   $('#<%= Update_StatusDropDownList.ClientID %>').change(function() {
                alert($(this).val());
            });

No comments:

Post a Comment