Skip to main content

All Questions

1 vote
2 answers
281 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/...
Dova Kin's user avatar
1 vote
1 answer
448 views

bootstrap-select selectpicker can't choose in dropdown-menu

I can't find a way to use the plugin bootstrap-select inside a dropdown-menu. The select just do not show. I have added this jQuery not to close the dropdown-menu by clicking in it: $(document).on(&...
London Smith's user avatar
  • 1,661
0 votes
0 answers
41 views

how to make the cards all default to the same size with bootstrap? [duplicate]

I'm trying to make these cards the same sizes. In bootstrap, this problem is usually solved with h-100 as shown below, but I still didn't get it. Now follow all the code below to get a better idea ...
Allan Michel's user avatar
-1 votes
1 answer
227 views

Bootstrap Nested List Group shows both items in the Tab Content

I am trying to create a page navigation feature in HTML using the Bootstrap List-group class. How the feature should work: When I click Home, show link 1 only, and when I further click Link 1, show ...
Vakindu's user avatar
  • 673
0 votes
1 answer
334 views

Reverse the order of only certain Div children elements

How can you reverse the order of only certain div's children elements with pure CSS? For example: I want <div id="parent"> <a>A</a> <a>B</a> <a&...
Pratik Udeshi's user avatar
1 vote
1 answer
398 views

How to make my Bootstrap 4 popup close after clicking "Esc" key on keyboard, while the popup has a YouTube video embedded as iframe and is paused?

We use Bootstrap 4, and there is an image that opens a popup when clicked. The popup has a YouTube video embedded into it. Clicking the "Esc" button correctly closes the video, as long as ...
peikado's user avatar
  • 75
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
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
1 answer
784 views

Bootstrap class for not invalid-feedback

Is there a class which I can use for representing !invalid-feedback? What I am trying to do is, I want to have a placeholder under my form input and tell the user that this field needs to only have 3 ...
p0tta's user avatar
  • 1,591
0 votes
1 answer
167 views

How to stop Youtube embed from playing in the background when I'm switching tabs

Here is the situation, I have 3 tabs and each tab have Youtube embed. When I play the video in any tabs then switch/click to the other tabs the video wont stop playing in the background. Basically I ...
clarkf's user avatar
  • 671
1 vote
2 answers
254 views

Javascrip: How do i close a bootstrap modal in using javascript?

I have a modal that pops out after sometime not when i click on a button, but i would like to permently close the modal and set it in a localstorage if that particular user does not want to see the ...
Destiny Franks's user avatar
0 votes
2 answers
1k views

Button loader using bootstrap

I am trying to replicate this codepen example https://codepen.io/jmalatia/pen/eYLzBg?editors=1111 However, it doesn't work in my Visual Studio Code as in the site. I have included all the css and js ...
Shikamaru Nara's user avatar
0 votes
1 answer
433 views

How to display the bootstrap alert based on the status code returned from server

I have just started learning express and bootstrap. Please help me in displaying the Bootstrap alert message based on the status code. so far what I Did : created a form using bootstrap connected the ...
Shiva Subramaniam's user avatar
1 vote
0 answers
111 views

Default time in bootstrap timepicker

I'm using bootstrap timepicker I want to display default time in timepicker not in textfield jQuery('.timepicker').timepicker({ orientation: 'top', defaultTime: '11:59 PM', ...
user3653474's user avatar
  • 3,709
2 votes
1 answer
200 views

How to toggle icon button properly?

Hi all I have one button with font-awesome icon. I want to toggle that icon using jQuery or Javacript anything would be fine. I tried jQuery but previous icon is not getting removed from the button ...
Amara's user avatar
  • 341

15 30 50 per page
1
2 3 4 5
32