// Will target all anchor tags that don't have a .external class $('a:not(.external)').on('click', function () { // code here })