Skip to main content

All Questions

Tagged with
0 votes
0 answers
76 views

Slim select doesn't work when in a wire-elements/modal LIVEWIRE V3

When implementing slim select inside a livewire modal (wire-elements/modal), the search doesn't work, I'm using alpine.js to initialize the component, it loads everything correctly, it doesn't lose ...
Igor Frederico's user avatar
0 votes
0 answers
37 views

Bootstrap modal in php loop

I have a php loop of users that opens a modal for each one individually. The problem is that nothing happens when "choices" is changed. I want to display its own fields in relation_fields ...
SHMA's user avatar
  • 1
1 vote
1 answer
70 views

Livewire/Bootstrap - Issue Passing Value to Input Before Displaying Livewire/Bootstrap Modal

I have two distinct buttons that should trigger the opening of the modal ($('#create-ponto-atipico').modal('show');). Depending on which button is clicked, I need to pass a different value to an input ...
BSopas's user avatar
  • 31
0 votes
0 answers
25 views

WoooCommerce issue while opening the modal for the second time

For the cart page I have a modal to select address from and below is the code I am providing for the code of the modal : <div class="modal fade" id="selectAccount" aria-...
megha's user avatar
  • 1
0 votes
2 answers
149 views

html table with Modal popup

UPDATE ..... I hope any one can solve this problem when I use <td> tag to show my data inside Modal popup the table is shown scatters ... while when use <h5> tag every thing is OK here is ...
Al-Iraqi's user avatar
0 votes
0 answers
75 views

Laravel Livewire Bind Data array in Modal

I have "questions" and "choices" table. And I have dynamic fields for "choices" table and stored it perfectly in the database. My problem is the edit/update method when I ...
Ryan Tinamisan's user avatar
1 vote
1 answer
41 views

i have modal dialog in foreach and want to show div animation after submit button

I have this in a table cell and pass #key to modal dialog <td> <a id="myButton" href="#!" data-toggle="modal" data-target="#restoreBackup_{{ $key }}"...
reza kia's user avatar
  • 163
1 vote
1 answer
47 views

Ajax request doubled, tripled or multiplied n-times because of dynamically loaded content

I'm facing a problem and I can't figure out how to solve. Multiple days trying to search on Google for the right answer, but yet no solution. I am using Bootstrap 4 and loading modal with an ajax ...
nathanael's user avatar
1 vote
1 answer
46 views

How to load modal as alertafter inserting data to database?

I have problem to pop up a modal after insert data into database. So, in the tambahnotis.php I have a form for user input the data to insert into database. In the head of tambahnotis.php, I have ...
Kucen's user avatar
  • 57
-2 votes
1 answer
80 views

Edit user information through modal

I am developing a small Interrail Planner for me and my friends. At the moment, I am trying to create a modal to edit/update the travelers information. Firstly, I have made it in a separated file. A ...
Rúben Rodrigues's user avatar
1 vote
0 answers
45 views

JavaScript error with dynamic buttons that open a Modal

I have a sql query that returns an html table that includes first name, last name, empid and a dynamic button. the following code creates the button. echo '<td> <center> <...
Sirair's user avatar
  • 11
0 votes
0 answers
132 views

Pass data to modal and show table of results

I have a button on a page that has a data ID associated with it to pass the feedbackID of the record. When the button is clicked, I need a modal to open up and display the results of a recordset. It ...
lwaters's user avatar
  • 19
0 votes
1 answer
607 views

Full Page Livewire is not allowing page access after close of a modal

So I'm working on creating a full page livewire route, the route is working and the page loads correctly. On my page I have a livewire component that allows Jetstream modal-dialog to open a form. This ...
ThurstonLevi's user avatar
0 votes
1 answer
485 views

Pass Id value to a modal form in codeigniter

i have a list of users and i want to change permission for each user for that matter i have a button on each user row so when i click on it a modal form pops up with a select input and a submit button ...
christy mallony's user avatar
-1 votes
1 answer
239 views

Display dynamic data from database in a Modal Popup

I have a list of data already stored in my database, I am able to query the database to list out a few presentable data in a table row. Each row has a dynamic link to a modal popup that displays more ...
Chima's user avatar
  • 182

15 30 50 per page
1
2 3 4 5
54