Skip to main content

All Questions

0 votes
0 answers
160 views

How to fix Uncaught TypeError: g is undefined on bootstrap datepicker

How to fix error Uncaught TypeError: g is undefined on bootstrap datepicker? I tried to make date picker using bootstrap-datepicker lib and I stuck on this error What makes me confused is that in ...
Bertho Joris's user avatar
  • 1,593
1 vote
1 answer
190 views

jQuery datepicker month select box opens and closes immediately inside Bootstrap modal

I've encountered a conflict between Bootstrap's modal and jQuery UI datepicker where I can't use the month select box because something closes it immediately after being open. Steps to reproduce: ...
CIRCLE's user avatar
  • 4,799
-2 votes
1 answer
333 views

Bootstrap dropdown - trigger by external button

I am using Bootstrap 5 dropdowns. I need the button that triggers the dropdown to open to live outside of the parent element (under A). How can I do it via Jquery or JS? <div class="A">...
tuco's user avatar
  • 633
1 vote
2 answers
152 views

Give numbers with vertical line to list items in responsive way (HTMl & CSS)

I want to create a list using HTML & CSS shown as below: Expected Output: But getting below output. Actual Output: As you see, the line is collapsing on text and numbers. I want text besides of ...
Sushant Bhingare's user avatar
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
0 votes
1 answer
316 views

Wordpress block template not allowing bootstrap to control responsiveness

I am creating a Wordpress block theme. I want to allow Wordpress styling on all of its built in blocks; however, the blocks I am creating in my theme, I want to remove Wordpress styling and allow ...
TMGI Group's user avatar
0 votes
0 answers
35 views

Display dynamic contents in 3-column layout in HTML integrating editor

I am unknown to the CSS world. I need to integrate a Markdown editor (SimpleMDE) in an app. Since I want the preview to be available all the time and side by side, I have added some JavaScript to ...
inquilabee's user avatar
1 vote
1 answer
48 views

Open same modal window from different places on a HTML page without using id

I am working on my first javascript project. I am trying to open the same modal window and its contents from multiple places on an HTML page. My code only works for the first button of the page and ...
Dazzler's user avatar
  • 382
-2 votes
1 answer
32 views

Bootstrap time is disappear after appear

My CSS is like below. <link rel="stylesheet" type="text/css" media="screen" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/> <...
abu abu's user avatar
  • 6,912
0 votes
1 answer
31 views

How to smooth collapse effect for collapse impacted element in Bootstrap 3

I made a collapsible layout using Bootstrap 3. The problem is the impacted-element doesn't have a smooth move-down effect like the move-up. How can I make it move down slowly like move up? Here is my ...
dungreact's user avatar
  • 494
0 votes
0 answers
45 views

How to solve the conflict of Bootstrap and jQuery?

If I load jQuery, the tab of bootstrap will not work, if I stop the jQuery load, it will work well. How to fix it? <div class="container"> <div class="row"> ...
Real Huang's user avatar
-1 votes
1 answer
75 views

Call JQuery bootstrap events parameters

When I call an event using jquery, how can I know that the function has parameters or not, and what can I parse to those parameters. Example $("#id").on('show.bs.modal', function () { }); $(&...
Amigo's user avatar
  • 41
0 votes
0 answers
48 views

How to set active class on my list menus and submenu

I tried this to my code given below is not working on me... once I click the anchor the page will load then the active class is set to default. I want to set the list active and submenu too using ...
Karthik M's user avatar
0 votes
0 answers
12 views

how to properly download bootstrap files and use them in my project [duplicate]

I downloaded the compiled bootstrap files and then used both bootstrap.min.css and bootstrap.bundle.min.js and then I called both of them inside my HTML page, here is how the bootstrap.min.css files ...
Ahmed Wagdi's user avatar
  • 4,185
0 votes
0 answers
189 views

Hide specific variant image from catalog gallery but display on click in Shopify?

This is my shopify catalog product page: https://example.com/products/dummy-product I want to hide variant images from catalog gallery but want to display if user on click to any variant see the ...
Campy's user avatar
  • 181

15 30 50 per page