You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2019. It is now read-only.
When the object that fires the confirmation popup has a 'title' attribute, it's shown instead of the title option used to open popConfirm.
For example, this button
<button class="btn btn-success popconfirm_full" data-toggle='confirmation' id="important_action" title="Default title">Full featured</button>And this function:
$("[data-toggle='confirmation']").popConfirm({ title: "Really ?", content: "I have warned you !", placement: "bottom" // (top, right, bottom, left) });Shoud show a confirmation box with "Really?" as the title, but it shows "Default title"
Demo: http://jsfiddle.net/ereth7y8/1/