Bug Tracker

Modify

Ticket #6394 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

[validate]

Reported by: fzhan Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: validate Cc:
Blocking: Blocked by:

Description

require:function(){} fails to work after update to jQuery 1.4:

answer: {

required : function() { return Number($("#maths1_input").val()) + Number($("#maths2_input").val()) != Number($("#answer").val()) ; }

},

when trying to match the sum of two values.

Change History

comment:1 Changed 3 years ago by dmethvin

This isn't a jQuery core bug. Try the forum.

 http://forum.jquery.com

comment:2 Changed 3 years ago by dmethvin

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

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.