Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
62
rated 0 times [  64] [ 2]  / answers: 1 / hits: 21888  / 13 Years ago, thu, october 6, 2011, 12:00:00

I want to use the popover effect on an existing modals dialog using the Bootstrap CSS Library from Twitter. I bind the popover to the small image icon.



$('#infoIcon').popover({
offset: 50,
placement: 'right'
});


The modals itself is also added according the documentation:



$('#modalContainer').modal({
keyboard : true
});


But the effect I've got is, that the popover is rendered UNDER the modal container instead OVER the modal div (see the screenshot below). How can I bring the popover truly OVER the modal div ?



enter


More From » jquery

 Answers
14

The guys at Bootstrap identifies this issue as a bug and fixed it for the next release.
see more details here


[#89760] Wednesday, October 5, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
yosefleod

Total Points: 113
Total Questions: 100
Total Answers: 115

Location: Egypt
Member since Tue, May 3, 2022
2 Years ago
;