AdminBSBMaterialDesign icon indicating copy to clipboard operation
AdminBSBMaterialDesign copied to clipboard

having issue in multiselect dropdown while using auto select value in jquery

Open kiruthiak opened this issue 4 years ago • 3 comments

am trying to show selected dropdown( multiple ) value from database to front end. But it is not working here.

kiruthiak avatar Jun 16 '20 09:06 kiruthiak

function shopcalc(){ var routeid=document.getElementById("route").value; $.ajax({ type : 'post', url : '/getdays.php',
data : {routeid: routeid}, success : function(data){ // alert(data); $('#userki').val(data); } }); }

kiruthiak avatar Jun 16 '20 09:06 kiruthiak

sama beo

NuhaOnly avatar Jul 16 '20 04:07 NuhaOnly

pardon

kiruthiak avatar Jul 16 '20 08:07 kiruthiak