Skip to main content

All Questions

0 votes
0 answers
27 views

Rails UJS Remote Form Only Evaluates JS for 2XX Responses but Not 4XX Responses

Was there a change in how JQuery 3 and Jquery 1 handled remote form errors on Rails? In the past, (Rails 6, Zurb Foundation, Jquery 1), the code below would work. A user would submit a form, they'd ...
Patrick Jones's user avatar
0 votes
0 answers
51 views

Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf') in addActiveClass function

I'm encountering a JavaScript error in my web application. I'm getting an "Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf')" error on line 2 of vendor.bundle.base....
tech's user avatar
  • 11
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
0 votes
1 answer
43 views

CSS animation is not reaching to last element

I am designing a scenario where I have n number of my team members profile card which is moving from right to left.But currently in my case the animation goes up to 5 cards and then animation getting ...
Rahul Verma's user avatar
0 votes
1 answer
55 views

How do I get the link text value to toggle using jQuery?

I have a large block of text with half of the text hidden. I'm using a Bootstrap 5x toggle to show and hide the block of text. This works fine. However, I am also trying to change the button text from ...
forrest's user avatar
  • 10.8k
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
24 views

How do I put a search filter from a DataTable in a different row?

I want to put a search bar that allows me to filter a datatable but the problem is that I can't have them in separate rows. I tried to change the ID where I thought it could work but nothing shows in ...
Francisco Vazquez's user avatar
0 votes
0 answers
17 views

bootstrap popup first time hover outside visible area, second time inside visible area

i had a popover issue, when i hover on elements in the lower area of the website, the popover pops up outside the visible area, if i hover the same item a second time the popover is inside the visible ...
keulemaster'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
26 views

Bootstrap Modal no longer showing - Jquery in Site Master

I'm working on a .Net Web Pages site using Visual Studio 2015. Yes yes, I know. We use dinosaur technology here. I had to go back and pull an older version of the code from TFS and now it appears I've ...
James Fox'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
0 votes
0 answers
40 views

Issue with FullCalendar 6 eventClick popover positioning

I'm currently working on implementing a FullCalendar 6 with eventClick functionality that opens a popover with additional details about the clicked event. However, I'm facing an issue with the popover ...
Bineesh Varghese's user avatar
-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
1 vote
2 answers
281 views

Autocomplete typeahead search, using ajax calls troubleshooting

I'm trying to use a text input as a search box, to retrieve search results via ajax calls, using bootstrap typeahead plugin <form class="form-inline ml-3" action="/phone-autocomplete/...
Dova Kin's user avatar
0 votes
0 answers
127 views

Can't find any way to filter by multiple columns using "bootstrap-tables"

I recently came across "bootstrap-tables" which I like cz of the design options. Everything works just like the original datatables version, except one of the most important things: being ...
FadeBeatz Official's user avatar
1 vote
1 answer
448 views

bootstrap-select selectpicker can't choose in dropdown-menu

I can't find a way to use the plugin bootstrap-select inside a dropdown-menu. The select just do not show. I have added this jQuery not to close the dropdown-menu by clicking in it: $(document).on(&...
London Smith's user avatar
  • 1,661
0 votes
1 answer
64 views

When updating Nuget package in asp.net project

I need to update a couple of MS NuGet packages in asp.net project which was developed using Visual Studio. The ones I'm updating are Microsoft.AspNet.Identity.EntityFramework Microsoft.CodeDom....
joegreen's user avatar
  • 127
0 votes
0 answers
60 views

built-in inline styles, how do I forcefully change them?

I bought a template that uses bootstrap and jQuery, and I want to customize it. Since it uses jQuery, I think that might have to do with the problem I am facing. I usually divide my question into 2 ...
Issac Howard's user avatar
0 votes
0 answers
29 views

Play video if the modal is open and if the Bootstrap carousel in the modal's first carousel item is video

I have multiple modals and all of them have a Bootstrap 4 carousel which has mix of videos and images. I am looking to auto play the video if the first carousel item has video. Everything is working ...
webdev's user avatar
  • 1
0 votes
1 answer
75 views

Validating billing address form using jquery plugin before payment

I have HTML form for billing address and created unique ID for each form field, but problem its not validating correctly, it must first check when fields are empty before proceed to next page. Below ...
MyLegend2020 Wilson's user avatar
1 vote
1 answer
31 views

My dropdown menu will not display the given list items given the following code

I can't figure out why the dropdown menu will not display the list items given the following code. The dropdown button should display the three list4ed items on a click. I'm using Bootstrap and the ...
Space Aliens's user avatar
0 votes
1 answer
120 views

jQuery can not get backdrop & keyboard working

I am trying to disable background once a popup is open. I have tried a lot of stuff from here and other places. Everything else is working with no problem. // HAVE TRIED ALL OF THESE NONE WORK // // ...
Stephen Weaver's user avatar
1 vote
1 answer
565 views

Bootstrap Table Error with Webpack: Cannot set properties of undefined

I am trying to use the BootstrapTable library with Webpack. It seems related to how Jquery is being handled, but I am not 100% sure. I am getting the following error (before I even try to add in any ...
user1168077's user avatar

15 30 50 per page
1
2 3 4 5
916