Bug Tracker

Modify

Ticket #2335 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

[validate] error in the doc for the range validation

Reported by: jpcote Owned by:
Priority: minor Milestone: 1.2.4
Component: core Version: 1.2.3
Keywords: Cc:
Blocking: Blocked by:

Description

In the documentation for the validate plug-in, it says to define the range as such :

range: [13, 23]

In order to work, it should be :

rangeValue: [13, 23]

 http://docs.jquery.com/Plugins/Validation/Methods/range#range

By the way thanks a lot for this very useful plugin.

Change History

comment:1 Changed 5 years ago by scott.gonzal

  • Status changed from new to closed
  • Resolution set to invalid

You must be using an old version of the validation plugin. The validation method was changed from rangeValue to range in 1.2.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.