$('#<%= CheckBox1.ClientID %>').click(function () { if (this.checked) { $('#<%= firstnamedrivertxt.ClientID %>').val($('#<%= firstnametxt.ClientID %>').val()); } else { $('#<%= firstnamedrivertxt.ClientID %>').val(null); } });
function highAndLow(numbers){ // numbers = "4 5 29 54 4 0 -214 542 -64 1 -3 6 -6" let numbersInArr = numbers.split(' ...
No comments:
Post a Comment