rfones / jquery-inputlimiter

Automatically exported from code.google.com/p/jquery-inputlimiter
0 stars 0 forks source link

Allowing the input limiter to "exceed" the limit #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by russelfo...@gmail.com on 10 Mar 2011 at 5:10

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r15.

Original comment by russelfo...@gmail.com on 10 Mar 2011 at 5:24