$('.btn').click(function() { $('[title=selected]').removeAttr("title"); $(this).attr("title", "selected"); });