185166/jquery-get-value-of-select-onchange
Try this-
$('select').on('change', function() { alert( this.value ); });
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <select> <option value="1">One</option> <option value="2">Two</option> </select>
Hello @kartik, Use the click event, which won't fire until ...READ MORE
Input Radio value Property Get the value of ...READ MORE
I'm using following markup to create a ...READ MORE
To get the selected value of an ...READ MORE
Try the following lines of code- $('select').on('change', function() ...READ MORE
If you weren't aware, Microsoft is planning ...READ MORE
I suggest you to check 2 things That jquery.sparkline.js is actually ...READ MORE
This statement is used to select data ...READ MORE
To get the value and text of ...READ MORE
Yes, you want the special jQuery eq() selector. ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.