Skip to main content

All Questions

0 votes
0 answers
50 views

Menu and submenu with 2 modal in laravel

I have a problem with menu and submenu calling with 2 different modal. I would like when choose in the first menu see the elements of the submenu in another modal. The problem is that I loss the ...
Grazy's user avatar
  • 11
0 votes
0 answers
57 views

Bootstrap 5 Modal with select2 auto close

I have problem with my Bootstrap 5 modal select2. When I open the modal and I scroll down the form and I click select which is using select2, the modal auto closes. I will share the code, maybe you ...
Muhammad Marsa's user avatar
0 votes
0 answers
21 views

The form element still seem to render outside the form modal

I have a form inside the bootstrap modal, this forms is for deletion. There was no problem inside the local host, but when the site is uploaded, the form element still seems to render outside the form ...
Bahar's user avatar
  • 1
0 votes
0 answers
78 views

Laravel-Livewire Cannot read properties of undefined (reading 'backdrop') after search

I have a user list on the website that displays the users and the buttons that open modals assigned to them. After searching with livewire input:search, these buttons do not open modals and I get an ...
ElMaccho35's user avatar
0 votes
1 answer
47 views

the store function show me error route [admin.store] not defined for store data by modal , can not know why while i done the route correctly

when submit the data for adding new user'(إضافة موظف)' show me route not defined i using modal for submit the data expect after press submit to save the data for the new user and route i see doesnot ...
hossam hassan's user avatar
0 votes
0 answers
54 views

Update with modal file upload form

So, I have a modal form. For the insert function, use the regular form and it works. but in the update function with the modal form, the scheme runs and an alert indicating the update was successful ...
Irfan Chaniago's user avatar
0 votes
1 answer
157 views

How to use jquery selector to select Bootstrap Modal with {{ $item->id }}

I noticed that when the select2 is in a modal, the search input is not focusable, also the up and down keys are not working too. jquery: 3.6.1 select2: 4.1.0 i want to use jquery selector to find/...
Shadrick Kipamba's user avatar
0 votes
1 answer
178 views

Laravel Livewire gives blank iframe when attempt to update record

I am using bootstrap models to add and update data. When there is no change in data while updating, livewire works fine. But it gives a blank black iframe screen when I try to update data. Here is my ...
Danish's user avatar
  • 1
0 votes
1 answer
74 views

Problem with duplicate CKEditor5 when passing data into Modal

I use AJAX requests to get data from the database. When I pass each data into the input form, it's okay, but when I transfer the data to CKEditor5, I get an error: every time I close and reopen the ...
Khang Khang's user avatar
0 votes
0 answers
162 views

Modal not oppening in Laravel Livewire

I tried this modal in my code, the structure seems to be correct but for some reason it cannot open when I click the respective button (I created 2 buttons for test in the same modal). It's the first ...
Rafael de Oliveira's user avatar
1 vote
0 answers
29 views

How to prevent modal from showing after table contain 5 items?

I have a time schedule table where i can add a new item on each cell of the table by clicking the corresponding cell. The user input is in the form of a modal. How can i make it so that when user have ...
M. Rivaldi Anwar Putra's user avatar
0 votes
1 answer
313 views

Showing modal Popup on ajax success in Laravel

`here, I need to show the image details on image_upload table, while click show button click this button id passed <a class="btn btn-info" href="" onclick="showuserimage({{$...
Prakash19d's user avatar
0 votes
0 answers
118 views

Laravel select days in a FullCalendar in a modal

I have a FullCalendar calendar in my Laravel project which, when clicking on an input, opens a modal where the calendar is located. When I open the modal, it does not allow me to select a day, but ...
Martín Yanes's user avatar
0 votes
3 answers
973 views

how to use Ajax to collect data from my bootstrap modal in laravel?

So I added a boostrap modal form in my view and I integrated ajax to collect data from it and insert them in my database the thing is that the form doesn't do anything and I couldn't figure where the ...
mon livre's user avatar
0 votes
0 answers
289 views

Laravel9 FullCalendar6 LiveWire EditEventModal not UPDATING event

I've managed to convert over most of the FullCalendar 6 JS into a Laravel Livewire component. I've created a Modal that, when an empty date is clicked on the calendar, creates an event. I've similarly ...
Steve Adams's user avatar

15 30 50 per page
1
2 3 4 5
16