jQuery("#toolbar > #toolbar-delete:nth-of-type(1) .btn.btn-small").click(function (e) { e.preventDefault(); alert("Here we are!"); })