Timeline for Wrapping Text with jQuery
Current License: CC BY-SA 2.5
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:07 | history | edited | URL Rewriter Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Jan 7, 2015 at 16:20 | review | Suggested edits | |||
| Jan 7, 2015 at 17:22 | |||||
| Oct 5, 2009 at 15:06 | comment | added | NVRAM | You might want to filter out the whitespace-only text nodes: return (this.nodeType==Node.TEXT_NODE)&&this.wholeText.replace(/[ \t\n]/g,'') | |
| Oct 5, 2009 at 14:49 | vote | accept | Dom | ||
| Oct 5, 2009 at 14:37 | history | answered | Seb Pollard | CC BY-SA 2.5 |