$(document).on("click",".ubah",function() { ojisatrianiLoadingFadeIn(); var id = $(this).attr('permintaan-id'); $.loadmodal({ url: "{{ url($url_admin.'/validasi') }}/"+ id +"/edit", id: 'responsive', dlgClass: 'fade', bgClass: 'warning', title: 'Validasi Permintaan', width: 'whatever', modal: { keyboard: true, // any other options from the regular $().modal call (see Bootstrap docs) }, ajax: { dataType: 'html', method: 'GET', success: function(data, status, xhr){ ojisatrianiLoadingFadeOut(); }, }, }); });