Answers for "jquery set value of text box from select"

0

jquery set textbox value

$.get('compz.php?prodid=' + x + '&qbuys=' + y, function(data) {
    $('#subtotal').val(data);
});
Posted by: Guest on March-19-2020
-1

jquery set select value

$("div.id_100 select").val("val2");
Posted by: Guest on October-27-2020

Code answers related to "jquery set value of text box from select"

Code answers related to "Javascript"

Browse Popular Code Answers by Language