jQuery select2 get value of select tag? December 31, 2022 by Tarik $("#first").val(); // this will give you value of selected element. i.e. 1,2,3.