I have included jQuery validate for my site for uploading advertisement file.. I don\'t know why but this is not working.
HTML file is as following:
Change $().ready(function() to $(document).ready(function() and ensure the plugin files and jquery.min files have been included on the page.