$(function() { $(“a[title]”).each(function() { var a = $(this); var title = a.attr(‘title’); if (title == undefined || title == “”) return; a.data(‘title’, title) .removeAttr(‘titl