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.
我有这样的事情:
events: { "change .name": "dosomething" }, dosomething: function() { console.log("Hi."); }
在我的 HTML 中:
<input class="name" type="text"></input>
但似乎不起作用。