I\'m wanting to use jQuery to wrap a mailto: anchor around an email address, but it\'s also grabbing the whitepace that the CMS is generating.
Here\'s the HTML I hav
str=str.replace(/^\s+|\s+$/g,'');