From a95c7e9c694c4999ab44f0e5f8a4bbd1ada13904 Mon Sep 17 00:00:00 2001 From: Kurtis LoVerde Date: Wed, 31 Aug 2016 21:25:53 -0400 Subject: [PATCH 1/2] Release 1.2 --- CHANGELOG.md | 6 ++++++ README.md | 1 + demo/css/demo.css | 2 +- demo/demo.html | 35 +++++++++++++++++++++++++++++++++- jquery.addremovetextbox.js | 34 +++++++++++++++++++++++++++++---- jquery.addremovetextbox.min.js | 4 ++-- 6 files changed, 74 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8c4f6..faa140a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Release 1.2 (August 31, 20106) + +* Added callbacks for add/remove operations +* Throw an exeption if initialized with a non-existent ID + + ## Release 1.1.2 (August 29, 2016) * Changed an occurrence of prop() to attr() - no functional impact, but made for the sake of correctness diff --git a/README.md b/README.md index 669115b..eb7e5d1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ AddRemoveTextbox is a jQuery plugin which provides for dynamic creation and remo * Configurable CSS classes for the 'add' and 'remove' buttons * Configurable tooltips for the 'add' and 'remove' buttons * Configurable limit on the number of input fields +* Configurable callbacks for add and remove operations * Able to renumber id and name attributes to keep them contiguous (enabled through a configuration option) diff --git a/demo/css/demo.css b/demo/css/demo.css index 799be4a..2ddacda 100644 --- a/demo/css/demo.css +++ b/demo/css/demo.css @@ -1,5 +1,5 @@ /* - * AddRemoveTextbox v1.1.2 + * AddRemoveTextbox v1.2 * https://www.github.com/kloverde/jquery-AddRemoveTextbox * * Donations: https://paypal.me/KurtisLoVerde/5 diff --git a/demo/demo.html b/demo/demo.html index 15b6906..25aad74 100644 --- a/demo/demo.html +++ b/demo/demo.html @@ -1,7 +1,7 @@