Recent Best of the Sidebar

It's the Best of the Sidebar. What, did you expect more from a title like that?

Aug 2012

Representative Line - jQuery Search n' Replace

by in Best of the Sidebar on

Out on the The Daily WTF Forums, user dynedain found this gem while doing maintenance on a site that's a huge pile of static HTML files:

$('.bottom_content a').each(function(){ var temp =
              $(this).html().replace('ClientName¬ÆClientService','ClientName®ClientService'); $(this).html(temp); });