Skip to content

Instantly share code, notes, and snippets.

@mtigdemir
Created June 1, 2015 07:19
Show Gist options
  • Select an option

  • Save mtigdemir/33ab797676736ee83694 to your computer and use it in GitHub Desktop.

Select an option

Save mtigdemir/33ab797676736ee83694 to your computer and use it in GitHub Desktop.
Select optgroup label with Jquery
$('#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