I was wondering if there's a way of having undo redo in html form textarea? Is there a way this could be implemented without using a wysiwyg editor and using jquery and keyboard shortcuts ctrl+y ctrl + z?
I was wondering if there's a way of having undo redo in html form textarea? Is there a way this could be implemented without using a wysiwyg editor and using jquery and keyboard shortcuts ctrl+y ctrl + z?
Share Improve this question asked Mar 7, 2011 at 15:50 HirveshHirvesh 7,98216 gold badges62 silver badges74 bronze badges1 Answer
Reset to default 9Most browsers these days have undo/redo (ctrl-z, ctrl-y) for text areas built in already. Firefox has, as does Safari and Chrome, and I'm fairly sure even IE supports it. Can't say if Opera has support but I'd be surprised if it doesn't