Questions tagged [twitter-bootstrap]
Bootstrap is a front-end framework from Twitter designed to kick-start development of webapps and sites.
98 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
0
answers
93
views
comment-monk - Comment hosting script for static blogs and websites
So few days ago, I had created another review request for sqlite database schema for a comment hosting system.
Now that the app development is complete, I have pushed the initial version on github. As ...
1
vote
1
answer
64
views
Listening to bootstrap 5 events in a vuejs application
Starting out with VueJS, making a small fun project. The project is a simple static portfolio website, with a navigation bar at the top and a bootstrap scrollspy, jumping to the different sections (I ...
2
votes
1
answer
2k
views
Bootstrap form with floating labels
I have turned a "classic" Bootstrap form into a "floating labels" form.
For this purpose, I had to move the labels below the form controls.
...
5
votes
1
answer
3k
views
Parking Lot Management System in JavaScript
Hypothesis
There is a paid parking lot, with the following rates: 1ドル for the first hour and 0ドル.5 for every subsequent hour. The parking capacity is of 10 spaces.
Required
Make an activity management ...
2
votes
0
answers
85
views
CSS Content Flex
I would like to create a table where each column header contains a column name and a sort symbol.
To do this, I'm using bootstrap.
You can see my code below:
...
1
vote
2
answers
437
views
Dynamic Accordion in WordPress
I used the Bootstrap v4.0.0 accordion to display my business services. Further, I created a custom post type "service" for my services (Each service is a post).
To display my services ...
3
votes
0
answers
48
views
Generating display elements with JavaScript
I've been writing a modular sandbox that has a web front end. Modules are discovered with reflection and could have parameters to them. When parameters are presented to the UI, I pass them through a ...
5
votes
1
answer
132
views
Wordpress single post content class customization with if-else function
I have the following code, which displays the content for my custom page template "landingpage.php" and for single posts. The site uses Bootstrap 4.
...
3
votes
1
answer
119
views
Master Doughnut Shop Website
I made my first website from scratch using HTML and CSS. It's a doughnut shop
I did this as a way to practice what I have learned so far from an HTML and CSS course that I am taking. I would ...
2
votes
0
answers
23
views
Displaying workshops on a page
A section of my page lists 'Workshops' and just uses objects from a queryset. The page/site uses bootstrap.
...
2
votes
0
answers
103
views
Random Quote Machine with React and Bootstrap
For my first solo React exercise project I decided to recreate a quote machine from the example that uses vanilla JS/jQuery. I also used a mix of Bootstrap/plain CSS. I got it to look how I wanted and ...
5
votes
0
answers
1k
views
Bootstrap 4 Menu Collapse on Scroll
I am trying to code a menu that:
Is horizontal on lg+ displays at the top of the page
Shows a hamburger menu when the user scrolls from the top
Will display as the collapsed format when the hamburger ...
2
votes
1
answer
128
views
Add or remove a class on two elements when two different events fire
I want to add/remove a class on the html and body tags in the dom when my nav menu is opened or closed. Is this the most optimal way of writing this logic?
...
3
votes
0
answers
207
views
Dynamic Bootstrap 4 modal using JavaScript OOP
I have created dynamic Bootstrap 4 modal using JavaScript OOP. Please verify and give your reviews how I can improve the code. I have passed four parameters to create a dynamic modal:
...
3
votes
1
answer
447
views
Display and search through a JSON's items in Vue.js
I have put together this small application which displays data from a JSON file known as "Users" in an HTML5 table.
I use Bootstrap 3, Axios and Vue.js 2 for this purpose.
Here is the code:
...