VerificationCode
简单的滑动验证码JS插件 图片验证码
Install / Use
/learn @RedJupid/VerificationCodeREADME
VerificationCode
效果图

Demo
演示地址:demo
Quick Start
1.Get some image with size of 300*200
2.import RedJu.js and RedJu.css
<link rel="stylesheet" type="text/css" href="RedJu.css">
<script type="text/javascript" src="RedJu.js"></script>
3.Add html and you must create elements like this
<div id="slideVerify">
<div class="image">
<div class="chip2"></div>
<div class="chip"></div>
</div>
<div class="drag">
<div class="bg"></div>
<div class="text" onselectstart="return false;">请拖动滑块解锁</div>
<div class="btn">>></div>
</div>
</div>
4.Finally new Object to import the plugin
<script type="text/javascript">
var slideVerify = new SlideVerify("img/",9);
</script>
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...
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
