$(document).ready(function(){ $("a:not(.my-class)").click(function(){ return confirm("Может передумаешь?"); }); });