Skip to content

Releases: harshen/jquery-autofill

v1.6.0

22 Oct 09:35
Compare
Choose a tag to compare

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

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.