I am using jquery.inlineedit.js
for inline edit and i need to control the maximum length of texts inside the textarea. I tried with someother common jquery script to limit, but i can't make it.
Below is the link what i tried so far.
I am using jquery.inlineedit.js
for inline edit and i need to control the maximum length of texts inside the textarea. I tried with someother common jquery script to limit, but i can't make it.
Below is the link what i tried so far.
add an event handler for the changing of the input's content
if it exceeds the character limit, truncate the string