Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-3 votes
1 answer
40 views

How to trigger bootstrap toast ? other then button type="button", or fetch() [closed]

Is there a simple, other solution to trigger my boostrap toast which doesn't involve a button? Maybe like : button onclick ="trigger my bootstrap toast the easy way" without the need of ...
al-naba project's user avatar
0 votes
1 answer
45 views

Make Bootstrap non-closable modal closable again

I'm using this code to make a Bootstrap 3.4.1 modal non-closable -- to not allow the user to click outside the modal or use Esc to close it, while still allowing the normal .modal("hide") ...
Alex's user avatar
  • 35.6k
0 votes
1 answer
32 views

Multiple button calls to same Bootstrap toast

Just call one Bootstrap toast, with a unique id, and I can do it. But: I would have multiple Buttons, all reference to the same Toast message. And trigger I thought, a class call? In my JS script. I ...
al-naba project's user avatar
1 vote
1 answer
150 views

Print and Print Preview of Web Page not Working Properly in Microsoft Edge Browser

I have a strange issue I am experiencing with a web app. Typically, the user right clicks on the web page and click Print. He views the document in preview and then decides how to print it. On Chrome, ...
Fokwa Best's user avatar
  • 3,484
2 votes
2 answers
63 views

How to make a textarea expand vertically to fill all rows in a table?

I'm trying to create a table with a corresponding textarea for notes in each row. Additionally, I have a toggle switch that, when enabled, hides all but the first textarea and makes the first textarea ...
Oliver's user avatar
  • 968
0 votes
0 answers
45 views

Responsive p5play Sprites based on screen scroll/resize

I am making a portfolio website, and am trying to use p5play, a library of p5js, to create a background where balls fall down to the bottom of the screen. There is also walls on the sides that make ...
Np3's user avatar
  • 35
0 votes
1 answer
67 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
46 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
1 vote
1 answer
56 views

How to prevent Bootstrap modal from opening when clicking on link

I have a table where clicking anywhere on the row will open a modal dialog (to edit the row) but there are columns that contain links . When those links are clicked on, I don't want to go to the link ...
Vexxed72's user avatar
-1 votes
1 answer
50 views

How can i edit this Bootstrap5 dopdown menu?

I need to make the dropdown menu as this page without the content, that occupies all the width of the page. I also need to make all the "lorem" links of the menu central in the navbar. I'm ...
Federico Monetti's user avatar
0 votes
2 answers
40 views

Bootstrap 5.3 tablist inside <select> <option> not working on other browser except latest firefox

I have the following codes not working correctly except Mozilla Firefox browser. I'm using Bootstrap 5.3. Anyone can help me for a working tablist with select option? Here is my codes not working in ...
Asad's user avatar
  • 13
1 vote
3 answers
34 views

Bootstrap active class remove and add problem

so i want to add and remove active class from tag i created with bootstrap, i have try with javascript method but it still not works. can anyone help my problem? here is my html code, <div class=&...
Heisenberg's user avatar
0 votes
0 answers
22 views

Issue with Modal in Bootstrap: Modal does not close upon clicking outside

I have a Bootstrap modal that opens successfully upon clicking a button, but it doesn't close when I click outside of it, which is the desired behavior. How can I implement this functionality? Here's ...
DragonFruit's user avatar
0 votes
1 answer
19 views

Why is the value retrieved from a form input in javascript returning empty or null values?

Logging the problem variable returns the option selected in the dropdown, but logging the depth variable returns nothing. <body> <form class="card p-4" method="POST&...
stickynotememo's user avatar
0 votes
0 answers
21 views

Lock in new form state after submitting so that a subsequent form reset does not revert to values prior to saving

I have a simple form in a modal. Saving the form does not reload the page. Instead I simply close the modal and update the text on the page to reflect the changes made in the form. When the user ...
snucky's user avatar
  • 179

15 30 50 per page
1
2 3 4 5
1786