Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

how to back current data in summernote after cancel or close modal in ajax

how to back current data in summernote after cancel or close modal in ajax ? #editNewsModal = My Modal Name, for edit form name="description" = Name field $('body').on('click', '#...
Blok Kaliwon's user avatar
0 votes
0 answers
9 views

Trying to make a cart popup using ajax but then after everything my response is shown on the browser dev console but displaying on my page

I'm new to web development and learning how to create restaurant website using laravel. My issue is that I want to make a popup for cart the course I'm using make use of Ajax to get it done everything ...
Jesus Edward's user avatar
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
0 votes
0 answers
91 views

How to pop up a modal successful or error after inserted data into database?

I want to produce a pop up modal either success of error message when user inserts data into database. Below I have a form, two modal and php code for insert data from form into database. What I have ...
Kucen's user avatar
  • 57
1 vote
0 answers
23 views

Aspnet Ajax how to make local refresh when form submit

I have i am use modal dialog in my cards index page. When i click any cards its post the clicked item id(its sipId) to my Detail action in controller, and controller view Detail.cshtml and opened via ...
Murat KA's user avatar
  • 145
0 votes
1 answer
65 views

jQuery post id send and while-loop white page

I'm a junior developer and I have a problem when send, with post method, an id with jQuery to a external page with inside a while loop modal. This is my jQuery call that send the button clicked id to ...
Alessio's user avatar
1 vote
1 answer
526 views

Modal Flowbite can't Close in Laravel when using Ajax

I make a modal using Flowbite and showing it with Ajax because i want to pass data to inside modal body. The modal is working properly but can't close when close button is pressed. Here is my code: ...
SinchanMan's user avatar
1 vote
0 answers
61 views

JQuery confirmation dialog produces Chrome console '[Violation] Handler took Xms' warning

I have a click handler that requires confirmation before proceeding: $('.entry').on('click', function(e){ e.preventDefault(); let confirmation = confirm("Are you sure you want to delete ...
Natacha Beaugeais's user avatar
0 votes
0 answers
23 views

modal can't add the second data after i close the first and closed it

$('#form-add-Group').submit(function(e) { e.preventDefault(); let start = $('#start').val(); let end = $('#end').val(); let useFlag = $('#useFlag').val(); let ...
human's user avatar
  • 1
0 votes
1 answer
424 views

how to take id in loop and modal to edit and update data using codeigniter 3 and jquery?

I made product data display using loop with ci3 framework. when you want to edit the data using the modal, the data in the modal form has successfully appeared, but when it is updated, only the data ...
yudhis's user avatar
  • 1
0 votes
0 answers
63 views

Issue while inserting data from modal - PHP

I hope everyone is doing well here. So, Basically, I was working on a modal for my portal, and the conflicting thing is that. Whenever I - Someone tries to fill and Submit the form together. It just ...
Taha maqsood's user avatar
0 votes
1 answer
943 views

how to set input value after success ajax inside modals without showing modals

I've got problem with modals form, If ajax response success I wil set input value inside modal form without shoing the modals. the process is when the select option is change, its running ajax to set ...
Gusti's user avatar
  • 69
0 votes
1 answer
526 views

Bootstrap 5 Modal not receiving data from PHP with AJAX

I have a modal in bootstrap 5 that i'm trying to populate with custom data from a mysql database depending on the option i'm selecting. So I have a table that is populated with some data using PHP and ...
Andrei's user avatar
  • 9
0 votes
1 answer
66 views

alert occurs more that one time for each button click in jquery

I have created a section in my php page with jquery and ajax, the response would create a button related to the index of the class of an element to open a modal for each. it is fine so far, but the ...
Hadi Mirdamadi's user avatar
1 vote
1 answer
439 views

Keep modal open if any validation error exists laravel

I am trying to upload a csv and store the data accordingly in database. Form is in the modal. I want the modal to open if there exists any validation error message. Here is the modal and ajax query: ...
nabina khadka's user avatar

15 30 50 per page
1
2 3 4 5
35