Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @section('scripts')
- <script type="text/javascript">
- $(document).ready(function(){
- $('body').on('click','.btn-hapus',function(e){
- e.preventDefault();
- var url = $(this).attr('href');
- $('#modal-notification').find('form').attr('action',url);
- $('#modal-notification').modal();
- })
- })
- </script>
- @endsection
Advertisement
Add Comment
Please, Sign In to add comment