Skip to main content

All Questions

0 votes
2 answers
553 views

Bootstrap 5 Dropdown Clickable Parent URL

I am trying to make a Bootstrap 5 Navabar with the dropdown to show on hover and the parent to be clickable on screens over 992px. I have got the show on hover to work fine with the following ...
awozzal's user avatar
  • 61
0 votes
1 answer
243 views

Issue with loading jquery after bootstrap

I tried to research before asking here, but I coun't find any answers. Just for context, I'm using old version of bootstrap v2.0.2. I doubled checked if my paths are correct, and they are. This is ...
xertz's user avatar
  • 17
0 votes
0 answers
81 views

Autocomplete is not a function error jinja template with bootstrap

I am trying to create an autocomplete function for the following jinja template in jquery derived from base.html. Jinja template: {% extends "base.html" %} {% block title %}Renter ...
user21307743's user avatar
1 vote
0 answers
38 views

How to show Initial content of Bootstrap Modal

I would like to show content of $('.modal').find('.modal-content').html($('.modal-content').eq(0).html()); on modal at initial stage always when click on "#plan_templates" button. But I am ...
abu abu's user avatar
  • 6,912
-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
0 answers
44 views

Bootstrap submenu doesn't work well on mobile

I have a navbar with this code: <nav class="navbar navbar-expand-lg fixed-top"> <div class="container"> <a class="navbar-brand px-5" href="...
Black P's user avatar
  • 13
-1 votes
1 answer
34 views

jQuery.remove() and array.splice() issue

So I have a page where there's an item list and a shopping list. If you add an x number of items from the items list to the shopping list, then try to remove them one by one, by clicking on the items ...
Smooth's user avatar
  • 1
0 votes
0 answers
227 views

Can't toggle Adminlte's navbar on the sidebar in Blazor WebAssembly App

I was building a dashboard app with Blazor using Adminlte template. I created a starter page (from https://github.com/ColorlibHQ/AdminLTE/blob/master/starter.html) but the navbar on the sidebar is ...
Haohan Yang's user avatar
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
0 votes
1 answer
52 views

Dynamically added elements have no spacing between them

I have the following template in my markup. <template id="unsequenced-template"> <button type="button" class="btn btn-primary railcar"></button> <...
Jonathan Wood's user avatar
1 vote
1 answer
86 views

How to make bootstrap navlink active in dynamically generated for loop in django template

I am trying to make a tag navlink active in for loop django template. Every link is passing id, base on id matching i would like make nav-link active. This is my Template html page, this is for loop ...
Raikumar Khangembam's user avatar
1 vote
0 answers
607 views

Bootstrap-table best approach to develop custom filter

Using Bootstrap-Table (version 1.20 and 1.21.4) i would make a columns dropdown list dependent on another columns selected value. I've for example 3 columns with the respective drop-down boxes to ...
Franco's user avatar
  • 101
0 votes
1 answer
92 views

HTML Modal not showing when button is clicked, and is displacing other elements when hidden [duplicate]

I am not sure where I am going wrong. This is my first time working with modals, but it is necessary to allow my users to sign up with the service. I am following bootstraps tutorial for modals hence ...
dstoner's user avatar
  • 49
1 vote
0 answers
56 views

Bootstrap 5.x Modal Events Bug

As you know with Bootstrap 5, modal operations with jquery have been removed. When you want to switch between modals on a page that has more than one. You can see that it does not work in sync. For ...
Perfection'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

15 30 50 per page