Skip to content

Commit

Permalink
simplified test pages
Browse files Browse the repository at this point in the history
  • Loading branch information
amerikan committed Nov 5, 2015
1 parent 6a5f748 commit 97cbcf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ <h1>HTML5 Placeholder jQuery Plugin</h1>
<form>
<input type="radio" name="color" placeholder="This can't be seen"> Red
<input type="radio" name="color" placeholder="This can't be seen"> Green
<input type="radio" name="color" placeholder="This can't be seen"> Blue

<br />

<input type="checkbox" name="fruits" placeholder="This can't be seen"> Apple
<input type="checkbox" name="fruits" placeholder="This can't be seen"> Banana
<input type="checkbox" name="fruits" placeholder="This can't be seen"> Pear

<br />

Expand Down Expand Up @@ -88,6 +86,11 @@ <h1>HTML5 Placeholder jQuery Plugin</h1>
<br />
<br />

<input type="password" name="password2" placeholder="type=password">

<br />
<br />

<input type="submit" value="type=submit">
<input type="reset" value="type=reset">
</form>
Expand Down
7 changes: 5 additions & 2 deletions simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ <h1>HTML5 Placeholder jQuery Plugin</h1>
<form>
<input type="radio" name="color" placeholder-x="This can't be seen"> Red
<input type="radio" name="color" placeholder-x="This can't be seen"> Green
<input type="radio" name="color" placeholder-x="This can't be seen"> Blue

<br />

<input type="checkbox" name="fruits" placeholder-x="This can't be seen"> Apple
<input type="checkbox" name="fruits" placeholder-x="This can't be seen"> Banana
<input type="checkbox" name="fruits" placeholder-x="This can't be seen"> Pear

<br />

Expand Down Expand Up @@ -88,6 +86,11 @@ <h1>HTML5 Placeholder jQuery Plugin</h1>
<br />
<br />

<input type="password" name="password2" placeholder-x="type=password">

<br />
<br />

<input type="submit" value="type=submit">
<input type="reset" value="type=reset">
</form>
Expand Down

0 comments on commit 97cbcf0

Please sign in to comment.