$('.btncheck').click(function() { var valla = confirm('Emin misin'); if (valla == true) { var soru = prompt('Kaç Soru Çözdün'); if (soru > 150) { alert('okeyim'); $(this).parent().parent().appendTo('#matlist'); $(this).remove(); $(btnnote).remove(); $(btndel).remove(); $(divli).remove(); litem.append('') return false; } else { alert('devam et'); return false; } return false; } else {}; })