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.
我有“函数 1”,它引用了一个成功的元素:
$('#element').show();
但是,该元素是在“函数 1”之后通过 ajax 加载的,并且该元素不显示。
我如何告诉 jQuery 这个元素现在存在并且能够引用它?
jquery .on() 可用于引用将来要添加的 DOM 元素