All Questions
19 questions
2
votes
1
answer
117
views
Bootstrap 5.3 Accordion ignoring data-bs-parent
I'm trying to create an accordion where the headers are in a left-side column and when expanded the content appears in a right-side column. This works perfectly except I'm having to click on a header ...
0
votes
1
answer
38
views
Bt table filter extension:- how to filter dropdown value filter out?
How to filter dropdown value based on new data on first filter.
Like only $0 needned in second dropdown value
Simple table value filter then based on filtered result value dropdown value come to UI.
...
0
votes
1
answer
80
views
Django form submition Problem with Submit button
Im encountering a problem with an html template that i created using bootstrap so my problem is that i have a javascript working dynamically to add rows to a django form with 4 specific fields but ...
0
votes
1
answer
255
views
Bootstrap Spinner Visible on submit
It's a Django project. I got this Bootstrap spinner in a span in a button:
<form method="POST" id="pdfUploadForm" enctype="multipart/form-data">
{% csrf_token %}
...
0
votes
1
answer
39
views
How do I determine why a Bootstrap 5 Modal button is not working?
I have a Django based web site that uses bootstrap 5. I have a table of data and a notes column with a lot of text. I am trying to use the Bootstrap Modal popup feature to display the notes to keep ...
-1
votes
1
answer
1k
views
Uncaught TypeError: Cannot read properties of null (reading 'defaultPrevented')
I seem to be getting a script error that mentions both bootstrap alert and my own close alert tag.
I have a script that closes alerts after 2.5s when a script is created. It is tied to user actions, ...
2
votes
1
answer
288
views
Offcanvas dismiss button does not work when instance initialised via Javascript
I have offcanvas as part of the page layout. It does not show by default, but I want it to always show on large screens. On small screens it should have a button to dismiss it. Another button to show ...
0
votes
0
answers
134
views
Django static don't read bootstrap javascripts file
When I import bootstrap css and js to django as static, css file connected and works, but js file show me error: "GET /static/bootstrap/js/bootstrap.min.js HTTP/1.1" 404 179.
My 'main.html'
&...
0
votes
2
answers
47
views
Positioning video in the middle of the background image
I have a section with 2 div. In left div there is one heading and button & in another div there in one video. Now I have a background image for the video, which I tried to add through CSS in the ...
0
votes
1
answer
150
views
Calling javascript functions in static, Django
Im struggling to understand why I cant call a javascript function when my Bootstrap button is clicked in Django.
I have created the static folder in my directory "main/static/main/js/script.js&...
-2
votes
1
answer
500
views
Im getting this error while working in javascript ... Uncaught TypeError: $(...).popover is not a function
When I try to initialize popovers, I am getting the error:
Uncaught TypeError: $(...).popover is not a function.
I have included the Bootstrap 5 links and jquery link, but for some reason, it is ...
0
votes
0
answers
21
views
Let the user adapt the width of columns on a table
I am working on a web app (Django, Bootstrap). I would like to display a table and let the user adapt the width of the colums (as it's done on Sharepoint libraries display page).
Any idea of the tools ...
0
votes
1
answer
651
views
Bootstrap 5.2 Modals not appearing when using docs example
Literally copy pasting documentation Example from https://getbootstrap.com/docs/5.2/components/modal/:
<!-- Button trigger modal -->
<button type="button" class="btn btn-...
0
votes
1
answer
516
views
Carousel with backend data showing all images or no images
I am running a Django application where I receive the list of images and in my template, I have the following code for Carousel.
The issue is if I use this class "carousel-inner active" ...
0
votes
2
answers
647
views
Bootstrap 5 Dropdown Not Functioning
I am using Bootstrap 5 along Django to develop a website and I'm having issues getting a dropdown to function correctly. I have copied this code from w3schools exactly how it is and it is not working ...