jquery-validation icon indicating copy to clipboard operation
jquery-validation copied to clipboard

TypeError: $(...).validate is not a function

Open msutyak opened this issue 9 years ago • 2 comments
trafficstars

Exception from Tracker afterFlush function: TypeError: $(...).validate is not a function at null. (thewebsite.js:10) at template.js:116 at Function.Template._withTemplateInstanceFunc (template.js:457) at fireCallbacks (template.js:112) at null. (template.js:205) at view.js:107 at Object.Blaze._withCurrentView (view.js:538) at view.js:106 at Object.Tracker._runFlush (tracker.js:497) at onGlobalMessage (setimmediate.js:102)

http://stackoverflow.com/questions/35568588/jquery-validation-with-meteor-js

Followed the instructions exactly, still getting this error.

msutyak avatar Feb 23 '16 04:02 msutyak

I've found I've had to abandon this jquery plugin for the same reason. In my case it was due to bower and about 12 different jquery files causing a bit of a mess

3evgeorge avatar Dec 13 '17 17:12 3evgeorge

@3evgeorge it's best to avoid this package (it was deprecated awhile back in favor of the official NPM version).

cleverbeagle avatar Dec 14 '17 22:12 cleverbeagle