Posted by eucto Digital(Page 7)
jQuery(document).ready(function($) { $('a').each(function() { var href = $(this).attr('href'); $(this).attr('title', href); }); });