Hirvesh
Hirvesh

Reputation: 7982

Undo Redo In Textarea possible?

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?

Upvotes: 2

Views: 2171

Answers (1)

GordonM
GordonM

Reputation: 31790

Most 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

Upvotes: 9

Related Questions