Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

A simple npm packege to go to any specific url by click event. Just add data-href to any element.

Install packege

npm install gourl --save-dev
// or
npm install gourl -D

CDN

https://unpkg.com/gourl

Include packege to your project

require('gourl');

Now you can add data-href to any element to go a specific url by click.

<buttondata-href="https://www.google.com/">click</button><buttondata-href="https://www.google.in/" data-target="_blank">click</button><ahref="#" data-href="https://www.facebook.com">facebook</a><inputtype="text" value="instagram" data-href="https://www.instagram.com" data-target="_blank"><br><br><spandata-href="https://www.youtube.com" data-target="_blank">youtube</span>

Available attribue

  • data-href - put your hyperlink here to go
  • data-target - put url target method. supported values _blank and _self (Default)

About

A simple npm packege to go to any specific url by click event. Just add data-href to any element.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages