Why double quotes??
Why double quotes??
Question says it all :D
$('a[href^=
http://
]').each(function( ) {
var href = $(this).attr('href');
href = href.replace('http://','');
$(this).after(' (' + href + ')'); // why double quotes
});
Topic Participants
gautamx07
kbwood.au