このコードを持つ:
$(".toggle", '.Div1').on('click',function ()
{
alert("I was clicked becuase im .toggle is under the context of _________");
});
$(this)
値が下にあるコンテキストを取得する必要があります。
の値を取得するにはどうすればよい _______
ですか?
このコードを持つ:
$(".toggle", '.Div1').on('click',function ()
{
alert("I was clicked becuase im .toggle is under the context of _________");
});
$(this)
値が下にあるコンテキストを取得する必要があります。
の値を取得するにはどうすればよい _______
ですか?