Skip to content

Just a simple jQuery plugin to give users (with JavaScript enabled) a warning before redirecting to an external website.

License

Notifications You must be signed in to change notification settings

Vantio/elw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

External Link Warning

Just a simple jQuery plugin to give users (with JavaScript enabled) a warning before redirecting to an external website.

Usage

Usage is simple. Simply include the plugin file and then call it:

$(document).externalLinkWarning();

Any link clicked on your website that doesn’t match your website’s host name will issue a standard JavaScript confirmation dialog to the user before proceeding.

License

This plugin was created by Martin Bean and is licensed under the MIT License.

About

Just a simple jQuery plugin to give users (with JavaScript enabled) a warning before redirecting to an external website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • HTML 18.7%