bgrins / ExpandingTextareas

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

Adding a settings object to hold any settings for the plugin. #4

Closed Zoramite closed 12 years ago

Zoramite commented 12 years ago

Initially has autoInitialize and initialSelector settings.

I changed it from $.fn.textareaExpanding to just $.textareaExpanding instead. That seems to match more of what I have seen in other plugins, but if you want we can change it back to the $.fn instead.

Zoramite commented 12 years ago

Ugh. Borked the merge originally and then my formatter isn't being very nice. If you would like it to be cleaner I can redo it from the master. I think that it is based off the master now, just with different formatting applied. :|

bgrins commented 12 years ago

I think you'll need to resubmit the pull request. It doesn't seem to include all the updates you've made since the origin submission.

Zoramite commented 12 years ago

K, I redid the branch. That should have just the needed stuff.

bgrins commented 12 years ago

Thanks!