Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sid04naik authored Jul 13, 2019
1 parent 1e92e48 commit 7c34f2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Note: `name` , `novalidate` and `onsubmit` attributes are compulsory.
* Load the jquery.validateWrapper.

### CDN
- [https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.min.js](https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.min.js)
- [https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.js](https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.js)
- [https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.min.js](https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.min.js)
- [https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.js](https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.js)

```js
<script src="https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.min.js"> </script> //minified
<script src="https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.js"> </script> //non minified
<script src="https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.min.js"> </script> //minified
<script src="https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.js"> </script> //non minified
```
* Initializing the plugin with the default Settings.

Expand Down

0 comments on commit 7c34f2f

Please sign in to comment.