jQuery select inputs with more than one class
This question already has an answer here:
Is your sumVal function working as expected? This will get all elements that have both classes:
var montosx = $('.montox.caja1').sumVal();
$('#tcajax').val(montosx);
链接地址: http://www.djcxy.com/p/83102.html
上一篇: 在同一个obj中选择多个类名称
下一篇: jQuery选择输入与多个类