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.
にパラメータを渡そうとしていますajax.load()。this親関数からに渡したいajax.load()。その中で使いたい
ajax.load()
this
これが私のコードです:
ajax.done(function(msg) { jQuery(this).children('p').append(msg); });