I would like to know, how can we validate the data, we can not get the data more than 20 lines using Textarea. we just want to validate the textarea with the help of Jquery.
Please suggest me, the proper way for validating the values.
I would like to know, how can we validate the data, we can not
Share
Something like this, which has a maximum number of rows = 3
This does not check if there are to many characters in the textarea to see if there are more new rules then just enters used.
Live example: http://jsfiddle.net/hXjtv/
To call it as a function
The onsubmit will be something `onsubmit=”checkTextareaLength();”