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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -