📜  .find - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:59.796000             🧑  作者: Mango

代码示例4
$('article a').click(function() {
    $(this).parent().find('h3').slideToggle('fast');
});