TRX - BTC - BTT - USDT: TH9RyofE7WiDDVVFLMJgFns2ByBRmgQzNB
Redirect Confirm Popup Message with Bootstrop 3
$(document).ready(function() {
jQuery(document.body).RedirectConfirm({
selector: ".selector a",
excluding: 'data-rc-exclude', // excluding attribute
title: 'Exiting our website',
message: 'You are now leaving our website. We are not responsible for any external Web sites.',
returnlbl: 'Continue',
continuelbl: 'Return',
targetUrl: '_blank'
});
});| Option | Description |
|---|---|
| selector | Your a tag selector class |
| excluding | Add data-rc-exclude="true" link you want to exclude |
| title | Popup modal title |
| message | Popup modal description |
| returnlbl | Redirect cancel button label |
| continuelbl | Redirect confirm button label |
| targetUrl | Url Target [Definition and Usage] (http://www.w3schools.com/tags/att_a_target.asp) |