jquery get data attribute value from option select code example
Example 1: jquery get option data attribute
$(this).find(':selected').data('id');
Example 2: jquery get data attribute of selected option
$(this).find(':selected').data('id')
$(this).find(':selected').data('id');
$(this).find(':selected').data('id')