All Questions
365 questions
0
votes
0
answers
46
views
Bootstrap not aligning divs with Ajax and SQL
I installed this script:
https://www.webslesson.info/2017/03/load-content-while-scrolling-with-jquery-ajax-php.html
it works well but I have a problem with Bootstrap I can't align the columns
I ...
-1
votes
2
answers
71
views
verify if mail valid and phone
I have a problem. It's that when in the contact form we want to contact and we write an invalid email or a phone number there is the bootstrap alert which appears alert-success when I haven't even ...
0
votes
1
answer
196
views
send mail show bootstrap alert ajax
I wanted to do so that when we send an email through the contact form it sends the email and there is a bootstrap alert that comes out email sent. there you can see all my code html : https://jsfiddle....
0
votes
1
answer
70
views
Dropdown button stops working when navigate in it using ajax
Hello StackOverFlow Members,
I've used the bootstrap 5 dropdown button to get the tabs from the backend using ajax and everything is working, until I got to one of these tabs and click on a button, ...
0
votes
0
answers
105
views
AJAX-handling form with switch slider inside
I'm veeery new to all this jquery and ajax stuff, doing it like for the first time, and I need to build a crud operation interface. The biggest problem is that I have to use one bootstrap modal window ...
0
votes
0
answers
63
views
Ajax button clicked but does not delete image from database in boostrap modal
I have a modal where where the user can delete image by ajax.
But when i click on the modal delete the ajax does not button doesnot do anything.
My php code-
...
1
vote
1
answer
1k
views
How to delete specific image from bootstrap modal using ajax?
I want to delete a specific image when user selected the red delete icon which is in the right side of each image .
screenshot-
ss after user click on deleted icon this shows up-
My php codes from ...
0
votes
1
answer
238
views
How do I open modal using bootstrap 4 by clicking a hyperlinked table cell and populate data in the model from SQL database using the clicked ID
I have a page which displays data from SQL in a table and on that table one cell is hyperlinked and I want a modal (using bootstrap) to open and fetch data using the ID (the hyperlink value) and ...
2
votes
1
answer
2k
views
How to get the values of an Bootstrap Toggle Button?
How can I get the value '0' and '1' out of my toggle button?
The value one or zero will be sent to the order.inc.php page when the button is pressed.
Order.php page:
<div class="checkbox">
...
0
votes
0
answers
124
views
Php Ajax and html5 form integration of contact form
I am having experience in PHP and HTML but not much familiar with Ajax. Can anyone help me out here to integrate my contact form, please check my code below what modification can be required in PHP ...
0
votes
0
answers
103
views
Bootstrap modal is working on inserting and updating on database, problem is that bootstrap alert is not working
here is the front end for this project, I am searching for days for the solution for this but still no luck, I am a beginner to bootstrap and PHP.
<div class="responsive">
<div class="...
1
vote
1
answer
120
views
JQuery HTML onclick attribute on button not working after Ajax load
I have the following button that is loaded from a PHP code via Ajax. The button has an onclick attribute to a function called viewImage. The Ajax request is made every 5 seconds, within the function ...
0
votes
1
answer
90
views
How can I display current inserted data in bootstrap modal from mysql database using ajax?
I want to display user's current inserted comment in bootstrap modal (just after comment submit success:) using ajax without closing modal. How can I do this?
[Exaple in Image ->>:][https://i.sstatic....
1
vote
0
answers
86
views
Can't proceed to next routes because my ajax keep return 422 status
I'm setting up a progress-bar on my page which will triggered by clicking submit button. As what i learnt in some tutorial, it require Ajax to make it run, and keep return error 422 when the uploads ...
0
votes
0
answers
45
views
Using AJAX to insert data but Datatable shows no result
I want to use AJAX to load data from database and display it using DataTable. The database is loaded and can be seen, but the Datatable shows:
Showing 0 to 0 of 0 entries (filtered from NaN total ...