嗨,我需要一些帮助,实现一个简单的销售税计算到一个交货价格估算表单,它使用Jquery计算插件,我相信很多人都会遇到这样的情况:
下面是我当前的测试页面:
$("#FirstHourRate, #HalfHourRate, [rel='eta']").keyup(recalc);
function recalc() {
$("#subtotal").calc(
// the equation to use for the calculation
"FirstHourRate + (eta-1)*2*HalfHour