diff options
Diffstat (limited to 'test/delegatetest.html')
-rw-r--r-- | test/delegatetest.html | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/test/delegatetest.html b/test/delegatetest.html index a291763b2..b16771d3d 100644 --- a/test/delegatetest.html +++ b/test/delegatetest.html @@ -89,37 +89,37 @@ th, td { </table> <p>NOTE: Only IE supports propertychange, beforeactivate, beforedeactivate; buttons do not support change events.</p> - <h2>Submit Tests</h2> - <table> +<h2>Submit Tests</h2> +<table> <tr> - <td> - Submit each: - </td> - <td> - <form action="" id="text_submit"> - <input class='test' type='text' value='Key Return To Submit'/> - </form> - </td> - <td> - <form action="" id="password_submit"> - <input class='test' type='password' value=''/> - </form> - </td> - <td> - <form action="" id="submit_submit"> - <input type='submit' value="Click Me To Submit" /> - </form> - </td> - <td>$(document).bind('submit')</td> + <td> + Submit each: + </td> + <td> + <form action="" id="text_submit"> + <input class='test' type='text' value='Key Return To Submit'/> + </form> + </td> + <td> + <form action="" id="password_submit"> + <input class='test' type='password' value=''/> + </form> + </td> + <td> + <form action="" id="submit_submit"> + <input type='submit' value="Click Me To Submit" /> + </form> + </td> + <td>$(document).bind('submit')</td> </tr> <tr> - <td>Results:</td> - <td id='textSubmit' class="red">TEXT</td> - <td id='passwordSubmit' class="red">PASSWORD</td> - <td id='submitSubmit' class="red">BUTTON</td> - <td id='boundSubmit' class="red">DOCUMENT</td> + <td>Results:</td> + <td id='textSubmit' class="red">TEXT</td> + <td id='passwordSubmit' class="red">PASSWORD</td> + <td id='submitSubmit' class="red">BUTTON</td> + <td id='boundSubmit' class="red">DOCUMENT</td> </tr> - </table> +</table> <form id="autosub"><input type=submit name=subme /></form> |