$('#inner_base').on('click', '.str', function() { var i = $('.str',this.parentNode).index(this); $(".str:eq("+i+")", ".taber").remove(); });