Skip to main content

Bug Tracker

Side navigation

#6394 closed bug (invalid)

Opened April 03, 2010 11:25AM UTC

Closed June 12, 2010 03:23AM UTC

[validate]

Reported by: fzhan Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: validate Cc:
Blocked by: Blocking:
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.

Attachments (0)
Change History (2)

Changed June 12, 2010 02:54AM UTC by dmethvin comment:1

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

http://forum.jquery.com

Changed June 12, 2010 03:23AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed