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/Yojik/VJHVK/143/
问题是我通过取消映射对象而失去了可观察的力量
解决这个问题的“淘汰方式”是什么?
这绝对不是淘汰赛做事的方式——你一直在与淘汰赛作斗争,这只会造成痛苦。
下面是一个简单的例子,展示了如何使用映射插件和 jQuery 处理的 click 事件:
http://jsfiddle.net/tlarson/VJHVK/173/
这是一个更复杂的例子,点击事件由敲除绑定处理:
http://jsfiddle.net/tlarson/VJHVK/172/