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

How can I help you? :)

02:37