SyntaxFix
Write A Post
Hire A Developer
Questions
To get Select element you can use $('#first').val();
$('#first').val();
To get the text of selected value - $('#first :selected').text();
$('#first :selected').text();
Can you please post your select2() function code
select2()