Skip to main content

All Questions

0 votes
1 answer
65 views

JavaScript Filter Issue with Collapsible Rows in Laravel Blade Template

im relatively new to web development and im encountering an issue with my js code. ive implemented a filter functionality using js in my website but it seems to have interfered with the collapse ...
Sotg's user avatar
  • 3
1 vote
1 answer
44 views

Add/remove element in bootstrap grid using jQuery and prevent deleting the first element

Dynamically adding/removing elements in the bootstrap grid using jQuery works fine, but how can we prevent deleting the first element? Also, I want to add some limitations for adding elements. Can you ...
Jason's user avatar
  • 33
0 votes
0 answers
53 views

How to Prevent Select2 Dropdown from Moving with Scroll inside a Bootstrap Vue Modal?

I'm working on a project that uses Vue.js and Bootstrap-Vue. Inside a Bootstrap modal, I've integrated a Select2 dropdown. I encountered an issue where the modal wouldn't scroll when the Select2 ...
monny's user avatar
  • 127
1 vote
1 answer
143 views

Why is Bootstrap Multiselect not working?

I am trying to get Bootstrap Multiselect running but it just doesn't want to function. I already tried everything and just cannot find the issue. My index.html <!DOCTYPE html> <html lang="...
Dominik Miskovic's user avatar
0 votes
0 answers
27 views

Initialize bootstrap tooltips after the DOM is modified (Bootstrap Datepicker)

I'm using bootstrap-datepicker to render a calendar control on the page. When the datepicker control is created, I set the title tag based on some value, so day will have a title attribute set. After ...
DDulla's user avatar
  • 679
0 votes
1 answer
52 views

Unable to Show/Hide span spinner through Javascript & AJAX?

I'm trying to show and hide a spinner on a submit button of a contact form. While the form is being submitted the spinner should be showed on the button. As soon as the form gets submitted the spinner ...
Ajinkya More's user avatar
0 votes
1 answer
79 views

Bootstrap colorpicker not updating value on change

I am making a form using bootstrap, one of the inputs is a colorpicker element. When users pick a color, the value attribute remains the same. It seems that value attribute remains to whatever it was ...
Dennis Solomon's user avatar
0 votes
1 answer
63 views

how to create a function to call the modal pop up?

I want to create several buttons to call different modal popup functions but all I can do is create a function by copying it. Is there a more concise way? function setSelectedPelanggan() { // ...
Norvian Syah's user avatar
-2 votes
1 answer
332 views

How to open Bootstrap 5 Modal instantly and then load the AJAX content

The Bootstrap 5 Modal does not open until the AJAX Content is loaded. It's a bad UX for my users as users have to wait few seconds for the modal to open after clicking the View button! So having said ...
user3362364's user avatar
0 votes
1 answer
242 views

Open modal / offcanvas with a single button click

I want to open my favorites sidebar with a single click on my keyboard. So when pressing "f" I want the sidebar modal to open. Now it opens like this: <a href="#" data-bs-toggle=...
Hardist's user avatar
  • 1,963
-1 votes
1 answer
183 views

Mobile Navigation Menu Not Collapsing in Bootstrap 5.3.0 with jQuery 3.7.0

I am trying that when in mobile view I click on hamburger icon the nav bar list of (Menu, About, Awards and Tel No. ) appears and disappears when clicked again. But nothing is happening whenever I ...
Mohammed Sadique's user avatar
-1 votes
1 answer
138 views

My Toggle Button doesn't get enabled when All other Switch Buttons are Ticked

As you can see in my included JSFiddle here, I am trying to enable a Toggle Button after ticking all other Toggle/switches on, it is definitely working with a Simple Submit Button show there, but not ...
Augustine's user avatar
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
-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
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

15 30 50 per page
1
2 3 4 5
1035