[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SIGMusic] Random
- To: sigmusic-l <sigmusic-l@xxxxxxxxxxxx>
- Subject: [SIGMusic] Random
- From: "Joel Spadin" <joelspadin@xxxxxxxxx>
- Date: Thu, 05 Apr 2012 00:54:13 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:date:to:subject:mime-version:content-transfer-encoding :from:message-id:user-agent:x-antivirus:x-antivirus-status; bh=8615DihzpxwHYYeMM69Q6zK7C/lZilwuLWSLiv7B6pU=; b=Wj/VF6S9kyuVrWENi7RFrIrLCg4MAbdl0tyrT3IUYPVmSPjEn7jn/3+nSBCtMk1RYC SPtOaF/Qv7vc/TGjv+WWPijhSRoeLrr74vioV7fbvj1wutjo1uxBQ796MhcuQ+AxwxDo OEjp+zFN+HTmK9gqN54PT0OwuQu2qXnVyGjtsiHi+1+PvLyowcPwLAD9oxj9PQ/JZITq 0I9BaAvGXLu9YfktrMWRmMdcLLLhQLbGcLHmh6WRVNYT8C0cGaL2XlD3eFao7lQ231cO bs8Nk2XqkJVQWjB3/TOXDs/iNVKnWKaYBkLpVQayyL3OCJ1EFI2LL2X1ctLlovwOX8Fm AYZg==
- User-agent: Opera Mail/11.62 (Win32)
Just because we were talking about this at the meeting yesterday:
$('body').find('*').contents().filter(function() { return this.nodeType ==
3 }).each(function() { this.data = this.data.replace(/\b\S+?\b/g, 'meow')
});
-Joel