开发者

jQuery Validate Issue

I'm using the jQuery validate plugin to validate a multi-step form like this one: http://jquery.bassistance.de/validate/demo/multipart/

Unfortunately, I can't seem to get it to work at all and there is a total lack of documentation to guide me through implementation. I think the accordion part of script is firing correctly because the bottom half of the form is being hidden and a 'next' button has been successfully inserted. However, the form never validates or delivers an error message and it is impossible to move on to the next step.

Check it out here: htt开发者_如何学Pythonp://www.loftist.com/?page_id=78


Use Firebug or similar to debug the issues you have. First one is:

  if (v.form()) {

On line 235 which throws a v is undefined error because v does not exist in that scope.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜