Pho*_*ics 3 jquery
如果这是HTMLDivElement,我该如何避免这样做?
$('#' + $(this).id + " > p").foo();
做类似的事情:
($(this) + $( " > p")).foo();
int*_*jay 9
$(this).children('p').foo();
归档时间:
15 年,10 月 前
查看次数:
69 次
最近记录: