Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下工作代码:
http://jsfiddle.net/tu8tc/2/
我需要添加一些逻辑,以便在没有匹配项时显示“未找到产品”消息。例如,单击 jsfiddle 代码中的“其他品牌”选项,该选项不应该返回任何匹配项。
非常感谢任何想法/建议!
http://jsfiddle.net/tu8tc/3/
将您的选择器分配给一个 jquery 变量,然后检查.length它。如果为 0,则做一些特别的事情。
.length
检查以下 jsfiddle 它对我来说很好
http://jsfiddle.net/tu8tc/5/