Skip to content

Instantly share code, notes, and snippets.

@volpav
Created August 1, 2013 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volpav/17004356a02811d4ccc8 to your computer and use it in GitHub Desktop.
Save volpav/17004356a02811d4ccc8 to your computer and use it in GitHub Desktop.
AJAX and accessibility, #2.
<form method="post" action="/subscribe" onsubmit="return subscribe(this);">
<label for="txEmail">Your email address:</label>
<input type="text" id="txEmail" name="email" />
<input type="submit" value="Subscribe to newsletter" />
<!-- Live region -->
<span aria-live="polite" id="progress"></span>
</form>
<!-- The JavaScript code doesn't have to be changed -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment