# VerificationCode **Repository Path**: jinxin95/VerificationCode ## Basic Information - **Project Name**: VerificationCode - **Description**: 简单的滑动验证码JS插件 图片验证码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2018-10-17 - **Last Updated**: 2022-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VerificationCode ## 效果图 ![效果图](result.jpg) ## Demo 演示地址:[demo](https://redjupid.github.io/VerificationCode/demo.html) ## Quick Start ### 1.Get some image with size of 300*200 ### 2.import RedJu.js and RedJu.css ```html ``` ### 3.Add html and you must create elements like this ```html
请拖动滑块解锁
>>
``` ### 4.Finally new Object to import the plugin ```javascript ``` `SlideVerify()`'s first arguments represent the path of your image and the second arguments represent your number of image.You must name your image like `0.jpg`,`1.jpg`...