Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
added 2 characters in body
Source Link
Eric
  • 98.1k
  • 54
  • 257
  • 389
$('.row1 em').html(function(i, contents) { return '<a href="/mylink">' + contents + '</a>'; }); 

or

 $('.row1 em').contents().wrapAll('<a href="/mylink">'mylink" />'); 
$('.row1 em').html(function(i, contents) { return '<a href="/mylink">' + contents + '</a>'; }); 

or

 $('.row1 em').contents().wrapAll('<a href="/mylink">'); 
$('.row1 em').html(function(i, contents) { return '<a href="/mylink">' + contents + '</a>'; }); 

or

 $('.row1 em').contents().wrapAll('<a href="/mylink" />'); 
Source Link
Eric
  • 98.1k
  • 54
  • 257
  • 389

$('.row1 em').html(function(i, contents) { return '<a href="/mylink">' + contents + '</a>'; }); 

or

 $('.row1 em').contents().wrapAll('<a href="/mylink">');