All Projects → RedJupid → VerificationCode

RedJupid / VerificationCode

Licence: other
简单的滑动验证码JS插件 图片验证码

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to VerificationCode

React Native Code Verification
❤️ Simple UI for pincode verification
Stars: ✭ 109 (+626.67%)
Mutual labels:  code, verification
react-native-sms-user-consent
React Native wrapper for Android's SMS User Consent API, ready to use in React Native apps with minimum effort.
Stars: ✭ 45 (+200%)
Mutual labels:  code, verification
go-captcha
Go Captcha is a behavioral captcha, which implements the generation of random verification text and the verification of click position information.
Stars: ✭ 86 (+473.33%)
Mutual labels:  verify, code
SwiftyCodeView
Fully customizable UI Component for verification codes written in swift with RxSwift support!
Stars: ✭ 86 (+473.33%)
Mutual labels:  code, verification
Immudb
immudb - world’s fastest immutable database, built on a zero trust model
Stars: ✭ 3,743 (+24853.33%)
Mutual labels:  verify, verification
Rverify.js
✅❎ A lightweight image rotation verification plugin.
Stars: ✭ 33 (+120%)
Mutual labels:  verify, verification
email-checker
Provides email verification on the go.
Stars: ✭ 116 (+673.33%)
Mutual labels:  verify, verification
Vonage Java Sdk
Vonage Server SDK for Java. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 75 (+400%)
Mutual labels:  verify, verification
Android Play Safetynet
Samples for the Google SafetyNet Attestation API
Stars: ✭ 195 (+1200%)
Mutual labels:  verify, verification
verify-apple-id-token
Verify the Apple id token on the server side.
Stars: ✭ 49 (+226.67%)
Mutual labels:  verify, verification
Hacktoberfest-2021
An Open Source repository to Teach people How to contribute to open sources.
Stars: ✭ 98 (+553.33%)
Mutual labels:  code
ScratchVerifier
Verify Scratch accounts as genuine, for use in authorization or identification.
Stars: ✭ 17 (+13.33%)
Mutual labels:  verify
flutter-openpgp
OpenPGP for flutter made with golang for fast performance with support for android, ios, macos, linux, windows, web and hover
Stars: ✭ 35 (+133.33%)
Mutual labels:  verify
rust-verification-tools
RVT is a collection of tools/libraries to support both static and dynamic verification of Rust programs.
Stars: ✭ 237 (+1480%)
Mutual labels:  verification
reveal-sampler
A reveal.js plugin to fetch code samples from source files
Stars: ✭ 20 (+33.33%)
Mutual labels:  slide
security-code
A powerful security code input supports dynamic configuration of the number of input boxes.
Stars: ✭ 63 (+320%)
Mutual labels:  code
Julia
Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
Stars: ✭ 216 (+1340%)
Mutual labels:  code
opendev
OpenDev is a non-profit project that tries to collect as many resources (assets) of free use for the development of video games and applications.
Stars: ✭ 34 (+126.67%)
Mutual labels:  code
micro-code-analyser
A tiny Node.js microservice to detect the language of a code snippet
Stars: ✭ 21 (+40%)
Mutual labels:  code
graph-vl
Self hosted identity verification layer with GraphQL.
Stars: ✭ 25 (+66.67%)
Mutual labels:  verification

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">&gt;&gt;</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...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].