jQuery – Form Validation MIS 3502, Fall 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 10/27/2016
Agenda
Some other stuff… HTML5 type controls for input data HTML5 attributes for data validation
Back to jQuery
Other selector examples
But wait, there’s more…
jQuery plugins A jQuery plugin is simply a new method that used to extend jQuery's prototype object. By extending the prototype object you enable all jQuery objects to inherit any methods that you add. You can make your own plugins and use them privately in your code or you can release them into the wild. There are thousands of jQuery plugins available online.
It’s time for an experiment!