(function($){ $(document).ready(function(e) { $('#house_type').change(function(){ var id = $(this).data("section"); alert(id); }); e.preventDefault(); }); })(jQuery);