JQ

JQ------
(".cont-foot-pay-price").text(0); //设置class 的值 改变他的值 text()或html,value() 改变属性值
(this).parent().parent().parent().parent().find('input[name="checkbox"]').val();
var cid =(this).parent().parent().parent().find(".unit").text( num * prices);//parent()父级 find这里面指定的class元素
var id = localStorage.getItem("id"); //获取缓存
var id = localStorage.setItem("id",变量);//存储缓存

html---
oninput="value=((value=value.replace(/\D/g,''))==''?'':parseInt(value,10))" //禁止input框输入中文 只允许输入数字 在img标签内添加这个属性

你可能感兴趣的:(JQ)