Skip to content

Commit bb118ab

Browse files
authored
Merge pull request #2 from kloverde/1.1.2
Merge branch 1.1.2 to master
2 parents eca3aaa + 7f4c095 commit bb118ab

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 1.1.2 (August 29, 2016)
2+
3+
* Refinements to demo.html
4+
5+
16
## Release 1.1.1 (August 28, 2016)
27

38
* Fixed an example in demo.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AddRemoveTextbox v1.1.1
1+
AddRemoveTextbox v1.1.2
22
=======================
33

44
See LICENSE for this software's licensing terms.

demo/css/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AddRemoveTextbox v1.1.1
2+
* AddRemoveTextbox v1.1.2
33
* https://www.github.com/kloverde/jquery-AddRemoveTextbox
44
*
55
* Donations: https://paypal.me/KurtisLoVerde/5

demo/demo.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22

33
<!--
4-
AddRemoveTextbox v1.1.1
4+
AddRemoveTextbox v1.1.2
55
https://www.github.com/kloverde/jquery-AddRemoveTextbox
66
77
Donations: https://paypal.me/KurtisLoVerde/5
@@ -123,24 +123,24 @@
123123
</ol>
124124
</p>
125125

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

128128
<div id="example1">
129129
<div class="txtBoxRow">
130130
<input type="text" id="txt[0]" name="txt[0]" class="addRemoveBox border1" maxlength="10"/>
131131
</div>
132132
</div>
133133

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

137137
<div id="example2">
138138
<div class="txtBoxRow">
139139
<input type="number" id="number3" name="number3" class="addRemoveBox border1" min="1" max="7"/>
140140
</div>
141141
</div>
142142

143-
<h3>Example 3: &lt;input type=&quot;color&quot; id=&quot;color0&quot;&gt;</h3>
143+
<h3>Example 3: &lt;input type=&quot;color&quot; ...&gt;</h3>
144144
<p>
145145
If your browser supports it, you'll see a color picker here instead of a text field.
146146
AddRemoveTextbox supports this type, too!

jquery.addremovetextbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AddRemoveTextbox v1.1.1
2+
* AddRemoveTextbox v1.1.2
33
* https://www.github.com/kloverde/jquery-AddRemoveTextbox
44
*
55
* Donations: https://paypal.me/KurtisLoVerde/5

jquery.addremovetextbox.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)