21,354 questions
0
votes
0
answers
27
views
dataTables not styling populated table in index.jsp
Java 1.8, dataTables 2.3.5, bootstrap 3.4.1
cutting the index.jsp down to its absolute bare essentials AND turning off local style.css has it working
<!DOCTYPE html lang="en">
<%@ ...
0
votes
1
answer
73
views
Open a modal above the other with a minimum of offset
The goal is to be able to open a modal above another, giving the latter a bit of an offset. My code to add this offset works pretty well, but there is a problem when I close a modal. The offset ...
0
votes
1
answer
58
views
Second Button for Opening Modal Not Responding on First Click and It Not Closing Properly
I’m working on a project where users need to sign a form using a signature pad. The form requires three separate signatures, and I have implemented three buttons to open modals for the signature pad. ...
1
vote
1
answer
58
views
Scrollbar in simple HTML appearing
This code below shows a HTML scroll-bar.
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-...
1
vote
0
answers
47
views
Bootstrap 3 Accordion with nested collapses unintentionally triggering a scroll up function
I am using a Bootstrap 3.3 Accordion on my website with smaller singular collapses inside of the categories. I got a piece of code that will trigger on panel collapse and scroll the page to the top of ...
0
votes
2
answers
77
views
slick carousel inside accordion is broken when setting the variableWidth to false?
If you click the Collapsible Group Items #1 the slick inside of it is broken when setting the variableWidth: false. But if you set it to variableWidth: true it is working fine.
Here is the bootstrap ...
1
vote
0
answers
253
views
ScrollY issue in Datatable
I am using Datatable to give style to my table in HTML and I had to enable the ScrollY.
Although It worked, it has a style problem that I am trying to solve.
When you resize the window, for some ...
0
votes
1
answer
95
views
How to add multiSelect Checkbox dropdown in anguler1 , Bootstrap3
i am new to angulerJS, so have no idea on how to add multi-select Checkbox dropdown list.
Here is my partial html that show multi-select. I want it to be in shape of dropdown with checkbox as shown in ...
0
votes
0
answers
87
views
Bootstrap grid 3.4.1 mystery
I have a website with a simple bootstrap 3.4.1 grid. All elements are the same. Everything is perfect on all devices / columns widths, except for desktop where I have .col-3 columns and the last 3 of ...
0
votes
0
answers
53
views
One-page website wont scroll to the specific div on mobile
I have some problems with the scrolling to each sections on a one-pageesite.
Click here to view the demo site
If you check the page on pc, you will see, when clicking a menu item in the header, the ...
-1
votes
1
answer
1k
views
Is jquery 3.7.1 compatible with bootstrap 3?
I have an old Bootstrap 3 site built in 2017. I need to update to Bootstrap 5, but would like to update jquery in the meantime. Is jquery 3.7.1 compatible?
0
votes
1
answer
68
views
Pushing second column to next row if text in first column is long
I'm using Bootstrap 3. I have 2 column in 1 row. How do I push the column in second column to next row if text in 1st row is longer than 1 row? Here is my code and the Lorem Ipsum text in 1st column ...
0
votes
1
answer
91
views
Set minimum flexbox height to content's height
When I resize the window, it can happen that the <input> elements protrude its parent <div>.
Is there a way how I can assure that:
.split-content minimum height equals it's content + ...
-2
votes
1
answer
50
views
bootstrap table without borders
Trying to show bootstrap table without borders.
When I remove (bootstrap.min.css) then I can hide borders but when add it , can't hide borders
<link rel="stylesheet" href="https://maxcdn....
0
votes
2
answers
153
views
Bootstrap 3: Open Dropdown on Hover When Another Dropdown Is Open
I have a couple of Bootstrap 3 (have to use it for reasons out of my control) Dropdowns within a navbar that I would like to behave like an application menu. Normally, the dropdowns open on click, but ...