小编Swa*_*amy的帖子

html中锚点标记中的href和data-href之间的差异

html <a></a>标签中的href和data-href属性有什么区别?我目前的代码如下:

<a id="sign_in_with_facebook" href="verify_phone_process_1.html" class="btn btn-default bubbla-btn">Sign In with Facebook</a>
Run Code Online (Sandbox Code Playgroud)

当我改变它

<a id="sign_in_with_facebook" data-href="verify_phone_process_1.html" class="btn btn-default bubbla-btn">Sign In with Facebook</a>
Run Code Online (Sandbox Code Playgroud)

它没有重定向到verify_phone_process_1.html页面.

html5 custom-data-attribute

11
推荐指数
2
解决办法
3万
查看次数

标签 统计

custom-data-attribute ×1

html5 ×1