Created
June 1, 2015 07:19
-
-
Save mtigdemir/33ab797676736ee83694 to your computer and use it in GitHub Desktop.
Select optgroup label with Jquery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#dealerSelect').change(function () | |
| { | |
| var label=$('#dealerSelect :selected').parent().attr('label'); | |
| console.log(label); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment