javascript - Windows App Error: Object doesn't support property or method 'validate' -
i'm developing windows 8.1 app in javascript , html5. while running in emulator getting following error:
0x800a01b6 - javascript runtime error: object doesn't support property or method 'validate'.
it highlighting below line of code:
jquery(function($) { $("#commentform").validate({ submithandler: function(form) { return false; } }); });
will great if 1 can me out. thanks!
Comments
Post a Comment