All Questions
15,498 questions
2
votes
0
answers
38
views
React + jQuery + Bootstrap code injection on Squarespace
I inherited a React 16 app, built with create-create-app, built and deployed to GitHub Pages with a workflow that watches the main branch. My mission is to move it from Netlify to its new homepage on ...
0
votes
2
answers
110
views
How to update page content using Bootstrap
I need to update the page content when item in a Bootstrap sidebar is clicked. All examples I find are just showing how to create a responsive sidebar but ends there. E.g. following this tutorial only ...
1
vote
1
answer
70
views
Passing entity model data into Bootstrap Modal
I'm trying to pass data to a modal. After searching around the internet and following bootstrap I found a couple of ways. 1) is by passing the model through data-bs-whatever="@Model", ...
0
votes
1
answer
36
views
How to display a daterangepicker in embedded mode
How can you display a double calendar with the daterangerpicker in embedded mode
I want to display it as the example presented here : https://bootstrap-datepicker.readthedocs.io/en/latest/markup.html
...
0
votes
1
answer
744
views
Bootstrap Modal error: "Uncaught TypeError: Illegal invocation"
I'm trying to dynamically render the content of this Bootstrap modal, but I keep getting this error of invocation. I'm starting to suspect that Bootstrap can't render a modalBody that has template ...
0
votes
0
answers
39
views
Bootstrap treeview node selected should remain same after page reload
I want treeview selection should remain same after page reload. I have tried the below code but it's not working anyone help me resolve this.
Tree.prototype.setSelectedState = function (node, state, ...
0
votes
1
answer
98
views
Make Bootstrap non-closable modal closable again
I'm using this code to make a Bootstrap 3.4.1 modal non-closable -- to not allow the user to click outside the modal or use Esc to close it, while still allowing the normal .modal("hide") ...
0
votes
1
answer
110
views
JavaScript Filter Issue with Collapsible Rows in Laravel Blade Template
im relatively new to web development and im encountering an issue with my js code. ive implemented a filter functionality using js in my website but it seems to have interfered with the collapse ...
1
vote
1
answer
64
views
Add/remove element in bootstrap grid using jQuery and prevent deleting the first element
Dynamically adding/removing elements in the bootstrap grid using jQuery works fine, but how can we prevent deleting the first element? Also, I want to add some limitations for adding elements. Can you ...
1
vote
1
answer
370
views
Why is Bootstrap Multiselect not working?
I am trying to get Bootstrap Multiselect running but it just doesn't want to function. I already tried everything and just cannot find the issue.
My index.html
<!DOCTYPE html>
<html lang="...
0
votes
1
answer
59
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 ...
0
votes
1
answer
381
views
Bootstrap colorpicker not updating value on change
I am making a form using bootstrap, one of the inputs is a colorpicker element.
When users pick a color, the value attribute remains the same.
It seems that value attribute remains to whatever it was ...
0
votes
1
answer
74
views
how to create a function to call the modal pop up?
I want to create several buttons to call different modal popup functions but all I can do is create a function by copying it. Is there a more concise way?
function setSelectedPelanggan() {
// ...
-2
votes
1
answer
791
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 ...
0
votes
1
answer
576
views
Open modal / offcanvas with a single button click
I want to open my favorites sidebar with a single click on my keyboard. So when pressing "f" I want the sidebar modal to open. Now it opens like this:
<a href="#" data-bs-toggle=...