Skip to content

Commit 58d44cf

Browse files
committed
README
1 parent d8fda86 commit 58d44cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Since both these features LIVE, this widget __assists__ the user while filling o
2525
3. Add this script anywhere on the page. [Configure](#configuration) it according to your own needs.
2626
```html
2727
<script type="text/javascript">
28-
// If you want a separate configuration for each input box, you can replace the general input[type='serialnumber'] with specific IDs, Classes, etc.
28+
// If you want a separate configuration for each input box, you can replace the general selector input[type='serialnumber'] with specific IDs, Classes, etc.
2929
$("input[type='serialnumber']").serialnumberinput(
3030
{
3131
/*

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Demo</h2>
1515
<p style="color: green;">The back-slash separator is added automatically.</p>
1616
<input type="serialnumber">
1717
<script type="text/javascript">
18-
// If you want a separate configuration for each input box, you can replace the general input[type='serialnumber'] with specific IDs, Classes, etc.
18+
// If you want a separate configuration for each input box, you can replace the general selector input[type='serialnumber'] with specific IDs, Classes, etc.
1919
$("input[type='serialnumber']").serialnumberinput(
2020
{
2121
/*

0 commit comments

Comments
 (0)