jQuery(document).ready(function($) { $('a').each(function() { var href = $(this).attr('href'); $(this).attr('title', href); }); });