Django jquery ajax remote validate returns TypeError: Cannot read property 'apply' of undefined -
i trying validate 1 field of form using jquery & validate.js in django. i've read many posts, regardless of various examples, fails on same error. simply use remote method included in plugin. last 1 hit , simplest code sample, same result: jquery.validate.js:1594 uncaught typeerror: cannot read property 'apply' of undefined. exception occurred when checking element id_client_code, check 'remote' method. @ function.$.ajax (jquery.validate.js:1594) @ $.validator.remote (jquery.validate.js:1529) @ $.validator.check (jquery.validate.js:777) @ $.validator.element (jquery.validate.js:492) @ $.validator.onfocusout (jquery.validate.js:300) @ htmlinputelement.delegate (jquery.validate.js:423) @ htmlformelement.dispatch (jquery-3.2.1.slim.min.js:3) @ htmlformelement.q.handle (jquery-3.2.1.slim.min.js:3) @ object.trigger (jquery-3.2.1.slim.min.js:3) @ object.simulate (jquery-3.2.1.slim.min.js:3) here views.py section remote, returns false expected when called...