I've modified the input limiter to allow it to exceed the limit and display a
warning if so.
Find my modifications in the attached file, if you want to implement such
behaviour.
Example (with modifications) :
$('textarea').inputlimiter({ limit: 40, allowExceed: true, remExceededText: '%n
character%s exceeded !' });
Original issue reported on code.google.com by djo...@gmail.com on 31 Aug 2010 at 8:17
Original issue reported on code.google.com by
djo...@gmail.com
on 31 Aug 2010 at 8:17Attachments: