Response title
This is preview!
id
attributes of form controls need to be not only unique on a given page, but also unique across the pages in a site. This is because jQuery Mobile's single-page navigation model allows many different "pages" to be present in the DOM at the same time. You must be careful to use unique id
attributes so there will be only one of each in the DOM. Be sure to pair them properly with label
elements via the for
attribute. © 2013 jQuery Foundation
Sponsored by and others.