Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use JavaScript to realize simple Shopping Mini form

2025-03-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Editor to share with you how to use JavaScript to achieve a simple shopping form, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

The details are as follows

Html Code:

Commodity price apple 8000 banana 5000 pear 2000 vegetables 2000 total price is: 0 yuan

JQ Code:

$(function () {$(".all") .change (function () {var value=$ (this) .prop ("checked") $(".lla"). Prop ("checked", value) zongjia ()}) $(".lla") .click (function () {var chang1=$ (".lla"). Length; var chang2=$ (".lla: checked"). Length If (chang1===chang2) {$(".all") .prop ("checked", true)} else {$(".all") .prop ("checked", false)} zongjia ()) $(".lla") .change (function () {zongjia ()}) function zongjia () {var xuan=$ (".lla: checked") .parents (".zuida"); var num=0 Xuan.each (function (index,rom) {var xuanzhi=$ (rom) .find (".zongji") .text () * 1; num+=xuanzhi;}) $(".zongjia") .text (num);}})

Finished product drawing:

The above is all the contents of the article "how to use JavaScript to achieve a simple shopping mini-form". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report