select2 get selected value
//get all selected select object
$('#select2Id').find(':selected');
//get all selected value
$("#select2Id").select2("val");
select2 get selected value
//get all selected select object
$('#select2Id').find(':selected');
//get all selected value
$("#select2Id").select2("val");
select2
<!-- Style -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />
<!-- Script -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>
<script>
// In your Javascript (external.js resource or <script> tag)
$(document).ready(function() {
$('.js-example-basic-single').select2();
});
</script>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us