非常に単純な質問です。これが機能しない理由:
$('.box').click(function() {
//$(this).removeClass('nw_hidden'); //this works
var el = $(this).find('.nw_div')[0];
el.removeClass('nw_hidden'); //this not
}
非常に単純な質問です。これが機能しない理由:
$('.box').click(function() {
//$(this).removeClass('nw_hidden'); //this works
var el = $(this).find('.nw_div')[0];
el.removeClass('nw_hidden'); //this not
}