Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 1.1.2 (August 29, 2016)

* Refinements to demo.html


## Release 1.1.1 (August 28, 2016)

* Fixed an example in demo.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AddRemoveTextbox v1.1.1
AddRemoveTextbox v1.1.2
=======================

See LICENSE for this software's licensing terms.
Expand Down
2 changes: 1 addition & 1 deletion demo/css/demo.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AddRemoveTextbox v1.1.1
* AddRemoveTextbox v1.1.2
* https://www.github.com/kloverde/jquery-AddRemoveTextbox
*
* Donations: https://paypal.me/KurtisLoVerde/5
Expand Down
10 changes: 5 additions & 5 deletions demo/demo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>

<!--
AddRemoveTextbox v1.1.1
AddRemoveTextbox v1.1.2
https://www.github.com/kloverde/jquery-AddRemoveTextbox

Donations: https://paypal.me/KurtisLoVerde/5
Expand Down Expand Up @@ -123,24 +123,24 @@
</ol>
</p>

<h3>Example 2 - ID array notation: &lt;input type=&quot;text&quot; id=&quot;txt[0]&quot;&gt;</h3>
<h3>Example 1 - array notation: &lt;input type=&quot;text&quot; id=&quot;txt[0]&quot; name=&quot;txt[0]&quot;&gt;</h3>

<div id="example1">
<div class="txtBoxRow">
<input type="text" id="txt[0]" name="txt[0]" class="addRemoveBox border1" maxlength="10"/>
</div>
</div>

<h3>Example 2 - ID number notation: &lt;input type=&quot;number&quot; id=&quot;number3&quot;&gt;</h3>
<p>The ID starts on 3, so the next generated ID will be 4</p>
<h3>Example 2 - not array notation: &lt;input type=&quot;number&quot; id=&quot;number3&quot; name=&quot;number3&quot;&gt;</h3>
<p>The ID/name starts on 3, so the next generated ID/name will be 4</p>

<div id="example2">
<div class="txtBoxRow">
<input type="number" id="number3" name="number3" class="addRemoveBox border1" min="1" max="7"/>
</div>
</div>

<h3>Example 3: &lt;input type=&quot;color&quot; id=&quot;color0&quot;&gt;</h3>
<h3>Example 3: &lt;input type=&quot;color&quot; ...&gt;</h3>
<p>
If your browser supports it, you'll see a color picker here instead of a text field.
AddRemoveTextbox supports this type, too!
Expand Down
2 changes: 1 addition & 1 deletion jquery.addremovetextbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AddRemoveTextbox v1.1.1
* AddRemoveTextbox v1.1.2
* https://www.github.com/kloverde/jquery-AddRemoveTextbox
*
* Donations: https://paypal.me/KurtisLoVerde/5
Expand Down
2 changes: 1 addition & 1 deletion jquery.addremovetextbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.