<!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8"><title>加一效果</title><script src=".8.0/jquery.min.js"></script><script src="../../static/js/cart.js"></script><
script
type
=
"text/javascript"
>
$(document).ready(function () { var count = 0; $("#bill").text(count); $("input").click(function () { count = count+1; $("#bill").text(count); }) }) </
script
>
</head> <body> <div><button class="list shopping-cart"><img src="../../static/img/shopping-cart.png"/>购物车(<span id="bill"></span>)</button><input type="button" class="add_cart" id="add" value="加入购物车"/></td> </div> </body> </html>
text() 方法方法设置或返回被选元素的文本内容
<span> 标签被用来组合文档中的行内元素,支持HTML全局属性和事件属性
HTML:
<p class="tip"><span>提示:</span>... ... ...</p>
CSS:
p.tip span {font-weight:bold;color:#ff9955;}
本文发布于:2024-02-04 18:17:39,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170713482258196.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |