Eoin
Eoin

Reputation: 1515

jQuery validation has stopped working with Zurb Foundation

I have a form, it seemed to work, and validated well enough. Now it doesn't seem to, and I can't figure out why not. Mainly because I'm no expert.

I've used Zurb Foundation to create the site, and all things seem to be well with the rest of it, but if I could get some jQuery validation that would be epic.

Does anyone know where to start, or where to start to help other help me?

Upvotes: 2

Views: 2237

Answers (1)

Ed Charbeneau
Ed Charbeneau

Reputation: 4634

This is a conflict between Placeholder.js & validation.js

See this issue on GitHub https://github.com/zurb/foundation/issues/747

Upvotes: 1

Related Questions