Href For EveryThing - Add href attribute to all html tags and use to link pages like anchor tag

栏目: IT技术 · 发布时间: 4年前

内容简介:Now you can add

Href For EveryThing - Add href attribute to all html tags and use to link pages like anchor tag Href For EveryThing is a small script that can be used to add href attribute to all html tags and use to link pages like anchor tag. HREF attribute will work as a normal anchor tag, The cursor is set to pointer automatically. href For EveryThing also supports dynamic html, href For EveryThing will automatically detect dynamic tag or content insertions and work as normal. No more wraping everything in anchor tag to use link. Demo is vailable in codepen, Check it out, https://codepen.io/niyko/pen/XWmYvPN

Get started

1) Add the CDN scripts

href For EveryThing needs jquery to work, So add the CDN of jquery if not already added. Then add the href For EveryThing.js CDN into your project.

<!-- JQUERY -->
  <script src='https://code.jquery.com/jquery-3.5.1.js'></script>

  <!-- HREF FOR EVERYTHING -->
  <script src='https://cdn.jsdelivr.net/gh/Niyko/href-For-EveryThing/src/hrefForEveryThing.js'></script>

2) Add href to any html element

Now you can add href attribute to any HTML element as you want. When that element is clicked, the given link, Like :

<button href="http://google.com">Click me</button>

  <div href="http://google.com">Click me</div>

  <h1 href="http://google.com">Click me</h1>

Example

href For EveryThing example is available in codepen , Check it out : https://codepen.io/niyko/pen/XWmYvPN

License

Href For EveryThing is licensed under the MIT License .


以上所述就是小编给大家介绍的《Href For EveryThing - Add href attribute to all html tags and use to link pages like anchor tag》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Spring框架高级编程

Spring框架高级编程

约翰逊 / 蒋培 / 机械工业出版社 / 2006-4 / 59.00元

Spring框架是主要的开源应用程序开发框架,它使得Java/J2EE开发更容易、效率更高。本书不仅向读者展示了Spring能做什么?而且揭示了Spring完成这些功能的原理,解释其功能和动机,以帮助读者使用该框架的所有部分来开发成功的应用程序。本书涵盖Spring的所有特性,并且演示了如何将其构成一个连贯的整体,帮助读者理解Spring方法的基本原理、何时使用Sping以及如何效仿最佳实践。所有......一起来看看 《Spring框架高级编程》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具