Skip to content

epiksel/redirect-confirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TronLink Wallet Address

TRX - BTC - BTT - USDT: TH9RyofE7WiDDVVFLMJgFns2ByBRmgQzNB

Redirect Confirm

Redirect Confirm Popup Message with Bootstrop 3

Usage

$(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'
	});
});

Options

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)

About

Bootstrap Redirect Confirm Popup Message

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published