laravel.js jZo V ��Zo V /* Exemples : <a href="posts/2" data-method="delete" data-token="{{csrf_token()}}"> - Or, request confirmation in the process - <a href="posts/2" data-method="delete" data-token="{{csrf_token()}}" data-confirm="Are you sure?"> */ (function() { var laravel = { initialize: function() { this.methodLinks = $('a[data-method]'); this.token = $('a[data-token]'); this.registerEvent