jQuery(document).ready(function($){ $('.className').click(function(){ $('.targetElementClassName').removeAttr('title'); }); });