$(document).on('click', 'anj-tab', function(e) { $(this).siblings('anj-tab').prop('active', false); $(this).prop('active', true); });