0
A
回答
1
你可以使用errorPlacement
方法:
$("#myform").validate({
errorPlacement: function(error, element) {
error.appendTo(element.parent("td").next("td"));
}
});
相關問題
- 1. 驗證使用jQuery驗證
- 2. 驗證使用jQuery
- 3. 驗證使用jQuery
- 4. 驗證使用JQuery
- 5. 驗證使用jQuery
- 6. 驗證使用jquery
- 7. 使用jQuery驗證
- 8. jQuery驗證addMethod使用JQuery驗證驗證定製方法
- 9. 使用jQuery Labelify + jQuery驗證
- 10. 條件驗證使用jquery驗證
- 11. 使用jquery驗證驗證碼
- 12. 使用jQuery驗證PHP驗證碼
- 13. 使用jQuery驗證的日期驗證
- 14. 使用jquery驗證驗證captcha
- 15. 如何使用jQuery驗證驗證recaptcha_tag?
- 16. 驗證數組使用jQuery驗證
- 17. 使用jquery驗證碼驗證碼
- 18. 使用jQuery和php驗證驗證碼
- 19. 使用jQuery驗證字段驗證組
- 20. 應用使用jQuery驗證
- 21. jQuery:使用驗證查詢
- 22. 驗證使用javascript/jQuery的
- 23. 使用Jquery驗證時間
- 24. 使用jquery驗證表單
- 25. 使用jquery驗證「div」
- 26. 使用jquery驗證dropdownlist
- 27. 使用tinyMCE驗證textarea - jquery
- 28. 驗證碼使用jQuery
- 29. 使用jQuery驗證插件
- 30. Google recaptcha使用Jquery驗證
這不是一個表格式。我可以用一個ID做一個div嗎? – user186585 2010-08-15 08:32:57
當然可以。我剛剛發佈了一個可以適應您場景的示例。你可以在任何你喜歡的地方追加錯誤。 – 2010-08-15 08:37:39
我試試這個 error.appendTo($(「DIVID」)); did not work – user186585 2010-08-15 08:54:39