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.
我的问题是,如果不每次都使用.on/.livejquery 的方法,怎么可能从调用 ajax 中选择或操作元素?还有另一种更快的方法吗?
.on/.live
as the elements are not inside the DOM when DOM is ready, you have to do such delegation
like
.on()