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 要素を参照できます