Custom Query (13852 matches)
Results (7 - 9 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#14987 | notabug | Checkbox value did not change | ||
Description |
When I show the result of the checkbox value, "on" always occur.It doesn't work? After I testing: I found that it can work normally with the Version 1.5.2 and older. And all new Version work abnormally. eg: http://jsfiddle.net/3ExB5/1/ |
|||
#2772 | invalid | [validate] Required errormessage not always shown by an onblur event | ||
Description |
eg.: When you have a form with 3 text-input field which are all required and you do this:
when you click back to input1 and add text, click input3 and add text (no errormessage apears on input1), click input1 or 2 (an errormessage apears on 3). There are variations on this. Sometimes he errors only the last input. So, in short: The onblur event or the validation process after the onblur, for required field, seems to be defect. |
|||
#3209 | fixed | [validate] unhighlightfunction is different from version 1.2.1 | ||
Description |
Hi, I often use these sort of code: var validater = $("#quickscan").validate({
}); The unhighlight in version 1.3 works not as expected. While I expect that he only removes the errorclass of the field that is not giving an error anymore, he removes all error classes of the whole form. The exacly same code with Version 1.2.1 works perfect. Eventually i can provide a test document. |