How to install jQuery Validate plugin?

10,229

Usually it is enough to look in the dist folder. Probably it would be enough to have the jquery-validate.js file, or the min version of it if you don't want to browse the code. (+ probably things in the lib folder)

However usually we keep the folder of the plugin in a Scripts folder with at least the dist and lib subfolders.

Share:
10,229
gstackoverflow
Author by

gstackoverflow

Updated on June 04, 2022

Comments

  • gstackoverflow
    gstackoverflow about 2 years

    I am a novice in jQuery plugin's usage. Now I am faced with adding a new plugin to my project.

    It is the jQuery Validation plugin.

    I downloaded the archive from the official site.

    Content of this archive looks like this:

    enter image description here

    As I understand, there are a lot of redundant files which I shouldn't install in my project (demo for example).

    Can you briefly describe archive structure and which files I should use?

    EDIT:

    lib content: enter image description here