bgrins / ExpandingTextareas

jQuery plugin for elegant expanding textareas
http://bgrins.github.com/ExpandingTextareas/
MIT License
261 stars 73 forks source link

Adding the `destroy` functionality. #6

Closed Zoramite closed 12 years ago

Zoramite commented 12 years ago

Adding a destroy by determining the original values and restoring to the original when destroyed.

I tried to make this as lightweight as possible. Adds about 30 lines of code to the plugin.

bgrins commented 12 years ago

Looks very nice, I am making just a few minor changes to the demo and formatting right now before merging.