InputGurd.js

version 2.1 HitCount contributions welcome

This Will Keep Your Input Elements Safe.

v2.1

v2.0

v1.0

Try Demo

Requires

Installation

  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  <script src="js/InputGurd.js" ></script>

Rules

Usage

If You Need To Apply InputGurd To Specific Area You Must Try This.

    $('#login').InputGurd();

Add ‘NoGurd’ Attribute to prevent InputGurd.

    <input NoGurd ... >

Add ‘nt-‘ Prefixes to Attribute for prevent Attribute_Lock.

    <input nt-placeholder="Password" ... >

Add ‘unique-‘ Prefixes To Set Unique Attribute

    <input unique-ng-model ng-model="test" ... >

If You Need To Apply InputGurd To Specific Element.

    <input InputGurd ... >

Author Information

InputGurd.js was created by Thanura Nadun.