Twitter Bootstrap Modal not appearing inside user view
I have a modal with dynamically generated content called #confirm, with no CSS modification as of the original Bootstrap 3 modal. When I call $("#confirm").modal() it appears in a absolute position, always on the top of the page, not appearing…