Opened 11 years ago
Closed 11 years ago
#9292 closed bug (invalid)
additional-methods RangeMethod problem
Reported by: | Mdm76 | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | misc | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In function 'RangeMethod', comparision against the upper limit
value.match(/bw+b/g).length < params[1]
Gives an error: 'match(...).length' is null or not an object
The above statement, to obtain word count, is different from the one used in the lower limit check, which is ok.
I'm using IE7 and Firefox 4.0.1
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is not an issue with jQuery core. If this is the jQuery validation plugin, please open an issue in the validation issues tracker.