gurayyarar / AdminBSBMaterialDesign

AdminBSB - Free admin panel that is based on Bootstrap 3.x with Material Design
https://gurayyarar.github.io/AdminBSBMaterialDesign
MIT License
2.74k stars 1.56k forks source link

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

Open kiruthiak opened 4 years ago

kiruthiak commented 4 years ago

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

kiruthiak commented 4 years ago

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

NuhaOnly commented 4 years ago

sama beo

kiruthiak commented 4 years ago

pardon