python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make a accordion-item in an accordion have a consistent border around it
I am trying to make an accordion, for a project. I am using bootstrap and I want to make my accordion-items have a smooth, with round corners, border around them.
html:
<div class="container w...
MrWobbles
Votes: 0
Answers: 1
How do I correctly filter a list of images on Safari on iPad that is working on Chrome
I have a list of images that I am trying to filter when someone types in a search field.
The images are all in this format:
<a href="/" class="link">
<figure class="c...
Killbot
Votes: 0
Answers: 0
Bootstrap modal displaying only first element in MongoDB collection
I'm using NodeJS, Handlebars & Bootstrap to build a simple webapp. It should loop through a MongoDB collection of mock products and display it's fields.
I'm displaying the data in "product ca...
b0bbydev
Votes: 0
Answers: 1
Using Bootstrap 5 Toast with asynchronously imported JavaScript library
Getting this error when using Bootstrap 5's native JavaScript to invoke a Toast from within a SvelteKit route...
Unhandled Promise Rejection: TypeError: Object is not a constructor (evaluating 'new To...
nstuyvesant
Votes: 0
Answers: 1