jQuery('#order_type').on('click',function(){ jQuery('#order').modal('show'); jQuery('#order').on('shown', function() { type = jQuery('#order_type').data('type'); alert(type); }); });