$(".m-action").on("click", function(event) { if($(event.target).closest("input, a").length) return; window.location.href='page2.php'; });