Skip to content

Instantly share code, notes, and snippets.

@kborchers
Created April 17, 2012 15:29
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 kborchers/2406808 to your computer and use it in GitHub Desktop.
Save kborchers/2406808 to your computer and use it in GitHub Desktop.

This quickstart demonstrates the use of a number of HTML5, CSS3 and JavaScript techniques. The registration form uses client side validation based on the constraints also defined on the model class as well as new input attributes like placeholder and autofocus. The member table is populated using RESTful get calls, client side templating and CSS3 styling. This quickstart also has a mobile interface using jQuery Mobile so open it on your favorite mobile device and try that out as well.

@balunasj
Copy link

Suggested change:

"This quickstart demonstrates the use of various of HTML5, CSS3 and JavaScript techniques. The registration form uses new HTML5 validation tags mirroring server side bean validation constraints as well as new input attributes like placeholder and autofocus. The member table is populated using RESTful get calls, client side templating and CSS3 styling. This quickstart also has a mobile interface using jQuery Mobile so open it on your favorite mobile device."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment