All Questions
Tagged with twitter-bootstrap ajax
1,578 questions
0
votes
1
answer
119
views
Properly reload and reformat a Bootstrap Popover after Loading Data with ajax
Let me state first of all that there are a lot of articles out there asking about simply loading an Ajax call's data into a Bootstrap 4.0 popover; this question regards a slightly different topic.
The ...
0
votes
1
answer
57
views
Unable to Show/Hide span spinner through Javascript & AJAX?
I'm trying to show and hide a spinner on a submit button of a contact form. While the form is being submitted the spinner should be showed on the button. As soon as the form gets submitted the spinner ...
-2
votes
1
answer
619
views
How to open Bootstrap 5 Modal instantly and then load the AJAX content
The Bootstrap 5 Modal does not open until the AJAX Content is loaded. It's a bad UX for my users as users have to wait few seconds for the modal to open after clicking the View button!
So having said ...
1
vote
2
answers
444
views
Autocomplete typeahead search, using ajax calls troubleshooting
I'm trying to use a text input as a search box, to retrieve search results via ajax calls, using bootstrap typeahead plugin
<form class="form-inline ml-3" action="/phone-autocomplete/...
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 ...
0
votes
0
answers
144
views
Bootstrap alert won't show after AJAX call in ASP.Net Razor Pages
I'm trying to display a Bootstrap Alert after an AJAX call within an ASP.Net Core Razor Pages application. The AJAX call to the Page Model handler works and returns the expected data, but the Success ...
2
votes
3
answers
2k
views
How to load the default selected values from ajax for bootstrap-select
I'm using https://github.com/truckingsim/Ajax-Bootstrap-Select boostrap-select plugin to select the multi-select dropdown.
What I can do:
Search drop drown data from ajax request
select multiple ...
0
votes
1
answer
35
views
no ajax complexion inside bootstrap modal
I create a modal and inside I insert an input field. When I write inside this input field a product name term, it must appear all the terms.
On blank page, I can see for ap (apple terms) all the apple ...
1
vote
3
answers
661
views
Ajax beforeSend sometimes doesn't fire to show bootstrap progress bar
I have 3 Bootstrap tabs, each with a table showing query results. When the search button is clicked, or a tab is changed, an ajax call is triggered that has a beforeSend function which shows a ...
-1
votes
2
answers
70
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
211
views
How to change the properties of a button after an AJAX request
I'm mainly a backend dev and I'm struggling with some basic jQuery functionality.
I have a list of cars and a button to add them to "my collection", such as:
<button type="button&...
1
vote
0
answers
230
views
Clear bootstrap cache
I developed a dynamic carousel. Within a form I show several records and the ID of these records is related to n number of images that I show in a carousel, making it have n number of the carousel ...
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 ...