what do you guys think of this code to help with some lazy people out there :)
$('a').each(function (i,n){
$title = $(n).attr('title');
if(!$title){
$(n).attr('title',$(n).html());
}
});
Considering that most links have the same title as their text so... let me knwo if any of you out there like this?
So we can tell w3school one box ticked :)