我有这样的代码:
$("input[id="+id.slice(0,-1)+"-br-"+brand+"].qnt_to_cart").show();
这产生了我:
input[id=02620-br-FEBI BILSTEIN].qnt_to_cart
但我需要看到类似的东西:
input[id="02620-br-FEBI BILSTEIN"].qnt_to_cart
那我需要写什么?如何在报价中设置报价?
更新
为什么我仍然看到:
Uncaught Error: Syntax error, unrecognized expression: input[id=02620-br-FEBI BILSTEIN].to-cart