Parsley.js console errors-Collection of common programming errors
I thought I followed the doc exactly, but I keep getting errors.
Uncaught TypeError: Cannot read property 'fn' of undefined
That points to this function in parsely.js
$.fn.parsley = function ( option, fn ) {
And then when I click the submit button the console shows
Uncaught TypeError: Object [object Object] has no method 'parsley'
Here is my form
Full Name * :
Email * :
Website :
Message (20 chars min, 200 max) :
I don’t know if it matters, but I’m running this on xampp in windows as localhost.
Originally posted 2013-11-13 09:49:37.