Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 348 Bytes

Target Blank Validate

This javascript code helps you to add the target="_blank" HTML Attribute on the <a> automatic if the href link contains "https".

Usage

  1. Download the script or clone this repository.
  2. Link the script on your project:

<script src="yourpath/target-blank-validate/index.js"></script>


Enjoy it!