Html form: Difference between revisions

Jump to navigation Jump to search
76 bytes added ,  13 October 2014
m
no edit summary
No edit summary
mNo edit summary
Line 1: Line 1:
<< [[Accessibility]]
<< [[Accessibility]]


If the {{kbd | key=submit/reset}} buttons were replace with the {{kbd | key=a/div}} blocks.
If the <span class="code">submit/reset</span> buttons were replace with the <span class="code">div/a</span> blocks.


Before:
Before:
Line 25: Line 25:
* [http://jquery-howto.blogspot.tw/2013/08/jquery-form-reset.html jQuery Howto: jQuery Form Reset]
* [http://jquery-howto.blogspot.tw/2013/08/jquery-form-reset.html jQuery Howto: jQuery Form Reset]
* [http://api.jquery.com/submit/ .submit() | jQuery API Documentation]
* [http://api.jquery.com/submit/ .submit() | jQuery API Documentation]
* [http://api.jquery.com/keypress/ .keypress() | jQuery API Documentation] {{exclaim}} <span class="code" style="font-family: source-code-pro, Consolas, monospace !important; word-spacing: 0; padding: 0 3px; background-color: rgba( 0, 0, 0, .1 ); border-radius: 3px;">keypress</span> event works on div element but not a element.
* [http://api.jquery.com/keypress/ .keypress() | jQuery API Documentation] {{exclaim}} <span class="code" style="font-family: source-code-pro, Consolas, monospace !important; word-spacing: 0; padding: 0 3px; background-color: rgba( 0, 0, 0, .1 ); border-radius: 3px;">keypress</span> event works on <span class="code">div</span> element but not <span class="code">a</span> element.


further reading:
further reading:

Navigation menu