Skip to main content

All Questions

0 votes
1 answer
637 views

Tooltip Bootstrap 5.2/5.3 still not working in my end

I build html web using bootstrap 5.2, and when I use the tooltip according to the instructions in the bootstrap doc but it doesn't work. Error response in mozilla console: Uncaught ReferenceError: ...
Trweb's user avatar
  • 3
1 vote
0 answers
48 views

I'm not able to switch to tabs in the bootstrap

I'm very new to html world and I'm trying to build some sample summary report and I need to implement tab to show case Executive summary and Test summary details as below: I just implemented ...
ArrchanaMohan's user avatar
1 vote
1 answer
418 views

In R Shiny, how do you make a tooltip appear on click instead of on hover?

I'm making a tooltip in R shiny attached to an "info" icon like so: library(shiny) ui <- fluidPage( span( `data-toggle` = "tooltip", `data-placement` = "auto&...
Bajcz's user avatar
  • 462
1 vote
2 answers
134 views

Why I can't change bootstrap modal backdrop opacity with JavaScript?

I am trying to change Bootstrap backdrop opacity using JS or jQuery (Bootstrap 4.6): // JavaScript let modalBackdrop = document.getElementByClassName("modal-backdrop"); modalBackdrop.style....
pileup's user avatar
  • 3,062
0 votes
0 answers
49 views

I have a button in a bootrap 5 modal that is not enabled using settimeout

I have this modal, in which I put a button to close the modal, the fact is that I want to put it so that this modal can be closed, for example, in 6 seconds with setTimeout But after 6 seconds the ...
thomasjuan's user avatar
0 votes
3 answers
415 views

Bootstrap vertical tabs show content on mouseover

I have created some tabs in bootstrap and i would like to display the tabs onmouseover This are the tabs https://jsfiddle.net/uzfxmrs3/ This is the html <div class="d-flex align-items-start ...
Gandalf's user avatar
  • 13.6k
0 votes
1 answer
549 views

Bootstrap: How to swipe refresh full screen modal on mobile

I'm using Bootstrap 5 full screen modal and trying to figure out how to enable refreshing on mobile by swiping down like you normally would to refresh a page. <script src="https://cdn.jsdelivr....
AJK's user avatar
  • 425
0 votes
2 answers
197 views

Set color of open Bootstrap 4 accordion panel on page loads

I want to highlight the panel which has been opened by the user. When a user clicks the button in the card-header the background is set to red. This works without any fuss, as shown in the snippet. ...
Hagelslag's user avatar
0 votes
1 answer
180 views

Bootstrap 5 - dynamic popover not opening once hidden

I'm trying to open a popover based on the custom selector attribute dynamically using click as trigger using the below code. var popoverTriggerEl = $('body'); _popover = new bootstrap.Popover(...
RealSteel's user avatar
  • 1,911
0 votes
0 answers
111 views

How to make calculations work inside a bootstrap modal

I am workng on a personal project for bookkeeping so you can tell I am having to do some basic math calculations. I am doing this inside a bootstrap modal. As shown in the image, the Payment Made ...
Dan's user avatar
  • 255
1 vote
0 answers
238 views

Delete a row from bootstrap-table when a button is pressed in another column of the same table

I have a table like this: Table I want to delete the corresponding row when the delete button is pressed and also remove the row from MySQL database too, so it doesn't render again when I reload the ...
Muhammad Dawood's user avatar
0 votes
0 answers
264 views

How to fix undefined variable: Products in view blade Laravel 9.50.1

I am using Laravel 9.50.1, and I am building a shopping cart. However, when I want to display my shop products dynamically on the website after creating database tables and database seeder, I get an ...
user19716315's user avatar
0 votes
1 answer
862 views

Bootstrap modal loading double modal-backdrop

I have found many answers to issues with modal-backdrop not clearing, but none that seems to work in this particular case: Framework Joomla3 (hence bootstrap v2.x). On the page I have a multiple links ...
RogerCO's user avatar
  • 41
0 votes
0 answers
79 views

How to leave space between order type drop down and button search?

I work on asp.net web forms I have issue order type drop down is very close from button search and no spaces . so How to leave spaces between drop down order type and button search using CSS or ...
ahmed abdelaziz's user avatar
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 ...
Emma Lang's user avatar

15 30 50 per page
1
3 4
5
6 7
1831