jQuery:将数字乘以 7.5
我即将设计一个基于 Big Cartel 网上商店系统的网上商店。他们使用的最接近的货币是欧元,但我想要丹麦克朗 (DKK),即 7.5 欧元。
如何将 div.price 中的数字相乘?
我找到了“jQueryCalculate”插件,但我不知道它是如何工作的。
插件站点: http://www.pengoworks.com/workshop/jquery/计算/calculation.plugin.htm
预先感谢您...
I'm about to design a webshop, build upon the Big Cartel webshop system. The nearest currency they use is Euro, but I want Danish Kroner (DKK), which is 7.5 of Euro.
How can I multiply the number within a div.price?
I've found "jQuery Calculate"-plugin, but I can't figure out how it works.
Plugin site: http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm
Thank you in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现场演示: http://jsfiddle.net/tbL5r/< /a>
Live demo: http://jsfiddle.net/tbL5r/
但你确实不应该用 javascript 这样做。
But you really shouldn't be doing that with javascript.