Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
to alta88: thank you for feedback but I do not think this functionality is really needed. Sorry |
|
|
this is the best textarea resizer, due to the persisting of sizes and the nice grabby icon. so, could you make it also include INPUT textboxes (horizontal only resize) and SELECT elements? then you'd have the complete solution! |
|
|
Works well with Blogger's online editor and several others I've tried. Thanks for the script! -Dave Dragon
|
|
|
Yep. Works as downloaded now. |
|
|
Thank you, Daniel!
|
|
|
Oh, I should mention that backslash-newline also works for breaking strings. This is a very nice script. If I'd realized this (or its predecessors) existed, I wouldn't have bothered with my us.o textarea mod. It's very short, but pointless with this available. |
|
|
It's complaining of an unterminated string literal. Probably the strings you've broken over multiple lines. Try breaking them into multiple literals and concatenating; and be careful about how you break statements. (I always hated how JS makes the ';' optional for terminating statements.) Okay, I fixed the strings in my copy, and it's working. |
