【JavaScript】親レベルの要素を除去する

858 ワード

author:カーキ
wechat:fangkangfk
 
'

' + '
' + '

' + '
' + ' '+ ''+ ''+ '

' + '
';
    //     
    $(document).on('click','.del',function(){
        $(this).parents('.parent').remove();
    })