JQuery- Call function when textarea wraps to a new line?

I just decided to use this plugin: blogs.sitepointstatic.com/examples/tech/....

Numerous plug-ins already exist that do this. They probably don't do the maxheight deal, but you could add that in: if ($(this).height() >= maxHeight) { return false; }.

I don't know of any event that happens on wrap, you might be able to just use a keypress or change function and count the characters entered since the last wrap, and if it's over a given amount you can increase the size of the textarea.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions