jQuery Validation Library Question

Permalink
If I want to use jQuery's validation library is concrete5 already linked to it?

For example say I have built a form using an HTML block and have some jquery in there that uses functions that are in the jquery validation library... Must I link to it manually or will concrete5 recognize the predefined fucntions?

Thanks.

BradMash
 
PineCreativeLabs replied on at Permalink Best Answer Reply
PineCreativeLabs
Concrete just has the main jquery library built-in. It does not include any validation libraries, that I'm aware of. If you have your own jquery validation library, you can link to it explicitly and it should work fine.