You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @SOG-web
i have resolved it.
i placed <script src="https://unpkg.com/@nextapps-be/[email protected]/dist/livewire-sortable.js"></script> script after @livewireScripts
and it worked for me
hi @SOG-web i have resolved it. i placed <script src="https://unpkg.com/@nextapps-be/[email protected]/dist/livewire-sortable.js"></script> script after @livewireScripts and it worked for me
here is my code :
@script
<script> $(".edit-task").click(function(){ let taskId = $(this).data('id'); @this.emitEditTaskEvent(taskId); }); document.addEventListener('saved', function(){ $('#offcanvasRight').offcanvas('hide'); }); </script>@endscript
The text was updated successfully, but these errors were encountered: