Skip to main content

All Questions

0 votes
1 answer
537 views

How do i get the ID of a product so i can display each product in Bootstrap Modal

I have a set of products in pagination in products.php , and i when i click "Details" button, i want a modal to popup and show each product Specification that i have in products_details.php. ...
Ahmad Siddiq's user avatar
0 votes
0 answers
51 views

Can I close a bootstrap modal (v3) and link to a different site, without using JS?

I've created a modal (Bootstrap v3) on a site that doesn't allow for any Javascript, just HTML and CSS (Bootstrap v3). I'd like to have a button at the bottom that users can click to close the modal, ...
user17282412's user avatar
0 votes
1 answer
306 views

how to pass data to modal to dynamically construct modal using bootstrap4.6

Recently I moved to adminLTE3(using bootstrap 4.6) and use it as a front-end framework for Tornado. I encounter a problem with modal. In the old version of adminLTE(using bootstrap 3.3), I can ...
Ke Lu's user avatar
  • 139
-1 votes
1 answer
256 views

Draggable blocking opening of Bootstrap datepicker inside of modal (mobile)

I'm having problems with getting the Bootstrap datepicker to show on mobile devices. The datepicker is inside of a draggable modal, and everything works as expected when viewed on a desktop / laptop. ...
FiddlingAway's user avatar
  • 2,199
1 vote
0 answers
1k views

Bootstrap - Modal dialog avoid duplicate entry and empty on load

I am having a web app using bootstrap 3, datatables, js and php. I am facing two issues: a) When i press SAVE button on modal, it sometimes taking more seconds to load the code. This has a result, ...
PeterPan2020's user avatar
0 votes
1 answer
548 views

Modal stuck in `.backdrop` on button click

I have 2 Bootrap modals. The first one come in when the page loaded using a little jQuery: <script type="text/javascript"> $(window).load(function () { $('#...
gwydion93's user avatar
  • 1,823
0 votes
2 answers
853 views

How to constrain content to modal dialog width?

I have a long string of text in a modal dialog box, but the text does not wrap or stay inside the dialog. How can I fix this? Below is an image and my template for the dialog. <div class="...
user avatar
0 votes
1 answer
38 views

jquery ui / bootstrap dialog shown BEFORE an a href is clicked

Scenario is as follows: I have a buch of <a href="X"> elements so that, before the redirects happen, I want to wait for a bootstrap modal / jqueryui dialog (nevermined which, though I'd rather ...
glezo's user avatar
  • 819
0 votes
1 answer
974 views

Bootstrap Modal Dialog is auto scroll browser to top when open through JQuery

I am opening a delete confirmation bootstrap modal dialog, everything is fine but when I open it through jquery, it scrolls the browser to top which I want to restrict. I want the same browser ...
Kamran's user avatar
  • 3
0 votes
1 answer
54 views

Modal show button not working when position fixed

I have a button that has been set as position:fixed to the right of the page. When its clicked it should open the modal however it doesn't do anything when clicked. If i remove the position:fixed it ...
Chris Yates's user avatar
2 votes
0 answers
2k views

How to keep bootstrap modal at bottom of viewport for mobile - modal is bottom-right for desktop but stays top in mobile viewports

I am trying to display a bootstrap modal at bottom-right in desktop viewports and centered-bottom for mobile. I am using position:fixed and bottom: 0; which works for desktop viewports but my ...
user10958463's user avatar
1 vote
1 answer
857 views

Bootstrap modal non blocking body

I'm building a Floating button at the bottom right of my web page. When I click on the button I'm opening a modal and I show some pieces of information in it (next to the floating button like a chat-...
John's user avatar
  • 4,861
2 votes
0 answers
61 views

Disable click outside of bootstrap modal area only for a few second [duplicate]

I have a Boostrap modal that pops-up when a user reaches a webpage. I'd like to prevent, only for a few seconds, users closing the modal, by clicking outside of it. After that time the user will ...
alopez02's user avatar
  • 1,524
0 votes
1 answer
2k views

Twig variable inside data attribute

I have a problem with a twig variable with a filter inside a data- attribute in order to pass some content into a bootstrap modal. The problem is the filter obfuscateEmail which changes the content of ...
webGuy's user avatar
  • 153
0 votes
3 answers
4k views

ngOnInit does not work second time in modal form

I've created a component to be opened as modal form and placing it to my form like below: <app-customer-definition [customerCode]="null" (save)='customerSave($event)' (cancel)='customerCancel()'&...
Enes Köroğlu's user avatar

15 30 50 per page
1
2 3 4 5
���
16