开发者

jQuery - Form Validation Help

I have one form on this page: http://www开发者_运维问答.chatspring.me/FitTracker/.

It's not working, and I don't know why. Any ideas?


I noticed you're including jQuery twice--once before including validate and once after.

If I remove the jQuery include in the body tag, everything works fine. This is probably because the validate plugin is being attached to the first jQuery instance that's loaded, but then the second time you include jQuery, the validate plugin is being wiped away.

Here's your code working (minus styling): http://jsfiddle.net/andrewwhitaker/5kEbX/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜