New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

autofill

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autofill

Autofill is a light weight jQuery plugin for autofilling textboxes or textareas from another textboxes or textareas.

latest
npmnpm
Version
1.6.0
Version published
Weekly downloads
5
150%
Maintainers
1
Weekly downloads
 
Created
Source

jquery-autofill Plugin- Light weight jQuery plugin for autofilling text input fields from another text input fields.

Introduction

Autofill is a light weight jQuery plugin for autofilling textboxes or textareas from another textboxes or textareas.

Overview

Plugin Features

  • Clone (copy) the text from one textbox box to another text box when the first textbox loses focus.
  • Clone (copy) the text from one textarea to another textarea when the first textarea loses focus.
  • Specify whether to override the input field everytime or one time via an external option.
  • Specify the Id of the input field where another input field is to be cloned.

Options

fieldId

Use this option to provide the Id of the field where cloning (copying) will take place. When not specified, by default it takes the id of the field as "fieldId_copy" where fieldId is the Id of the field on which you called the autofill function of the plugin i.e. it is the input field required to be cloned.

overrideFieldEverytime

Use this option to provide the feature of whether you want to override or clone the input field everytime when the input field which is to be cloned is changed OR you want that the input field should be cloned only for the first time. It takes two parameters

  • true - Indicating input field cloned everytime.
  • false - Indicating input field cloned for only the first time.

By default it is 'false'.

Refer the demo for more clarity.

Dependencies

jQuery greater than or equal to version 1.5.

Support

Please post bug reports and other contributions (enhancements, features) to the GitHub issue tracker.

License

Copyright (c) 2017 Harshen Pandey Licensed under the MIT and GPLv3 license.

Keywords

jquery

FAQs

Package last updated on 05 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts