My question is, is there a possibility with ASP.NET Core MVC to put all data from my database in a foreach loop in different bootstrap cards with navigation? I’ve already tried this and found that it works partially. But as soon as I click on a navigation tab from the second card, the tabs are only changed on the first
Tag: bootstrap-5
How to get div id using mouseover to show popover?
Suppose, I’ve many div. Now I want to show separate popover, div wise. I used mouseover. It’s working well. But 1st time not working. When I moved the mouse 2nd time, it’s working. Here is my code: How do I show the popover first time also? Please help. Thanks in advance! Answer You have to hover first and show the
html not appending to the carousel on popover
I Am Trying to make a popover with a bootstrap carousel and where the carousel items are to be generated and appended from a script but I get the carousel but I am unable to append the item. I tried hard but I didn’t come up with a solution. the HTML initialized is as below HTML: the script I have
GAS, Bootstrap Web form Searches and Shows Data in a table, BUT it does NOT show links or hyperlinks to click on them (from spreadsheet)
Here is the web app https://script.google.com/macros/s/AKfycbyEHj5qtIeCZh4rR6FutBLQ3N9NihreaTv7BFj4_saOfNWJUG0Tn2OtvzQs4zASYHnNiA/exec Any idea on how could I make it show up the links or hyperlinks some cells have? I have made this web form mainly following a tutorial so I’m somewhat new, I try to understand most of the code but truly it’s quite hard for me so if this is something that’s too hard
How can I use Bootstrap 5 with Next.js?
After installing bootstrap with npm install bootstrap I added the style to /pages/_app.js like so: However anything from it that uses javascript does not work at all, e.g. the Collapse example from their docs. If I add import ‘bootstrap/dist/js/bootstrap.js’ to /pages/_app.js then it starts “working” as expected, until a page reload in which it says ReferenceError: document is not defined
Bootstrap 5: Error when showing dropdown via JavaScript
I’m trying to show a dropdown via JS. Unfortunately it seems like there’s a bug in Bootstrap 5. In this example code, showing the modal works, but showing the dropdown throws an exception: Uncaught TypeError: Cannot read property ‘classList’ of undefined at _e.show (dropdown.js:140) Am I doing something wrong or is this a bug? Thanks in advance. Answer I got
Problem with jquery-ui and bootstrap offcanvas
I’m trying my hardest to figure it out but some how my navbar that i made with bootsrap “I think” is not corresponding with my jQuery-ui. And I can’t understand why. If some one the issues you will get dogma from Doge god. Cheers guys here is the code: HTML jquery-ui: Answer The issue is related to an HTML ID
Close static backdrop modal on failed client-side validation when submitting
Before submitting a form the user clicks a button to open a “confirm” modal. When pressing “Apply” in the modal client-side validation fires and validates all fields. So far so good, but if validation fails the modal does not close and I cannot work out how. I have tried to attach an eventhandler to the submit button and then call
How to hide Bootstrap 5 modal only on success?
Using bootstrap 5 I have a modal which I show when #truck_modal is clicked which works just fine like so: (this code is at the top of my js file) Now, if I add the following to the above function it works. But here it runs when #add_truck is clicked regardless if the AddTruck function was successful or not, I
Display text of select option with button jQuery
Hello guys i have a question here. So in this problem i can’t display the text from selected option while i click order button. For the result i need the selected option i choose and display it into a div. Any suggestion what i must change or add here? P.S : Sorry i’m still learning here, i hope my question