Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
/ jquery-fieldsync Public archive

jQuery plugin for synchronising the values of two fields.

License

Notifications You must be signed in to change notification settings

ain/jquery-fieldsync

Repository files navigation

jQuery Fieldsync Build Status

Warning This library is no more maintained.

jQuery plugin for synchronising the values of two fields.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/jquery-fieldsync.min.js"></script>
<script>
jQuery(function($) {
  // sync the value of the phone input field to the fax input field
  $('#input-address-fax').fieldsync($('#input-address-phone'));
});
</script>

About

jQuery plugin for synchronising the values of two fields.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published