Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kiruthiak opened this issue Jun 16, 2020 · 3 comments

Comments

@kiruthiak
Copy link

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

@kiruthiak
Copy link
Author

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);
}
});
}

@NuhaOnly
Copy link

sama beo

@kiruthiak
Copy link
Author

pardon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants