Modify ↓
Ticket #6394 (closed bug: invalid)
[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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This isn't a jQuery core bug. Try the forum.
http://forum.jquery.com