SyntaxFix
Write A Post
Hire A Developer
Questions
Check it Out-->
For getting text
$("#selme").change(function(){ $(this[this.selectedIndex]).text(); });
For getting value
$("#selme").change(function(){ $(this[this.selectedIndex]).val(); });