Response title
This is preview!
You can't do this in jQuery Mobile and expect it to work. The HTML specification does not permit duplicate IDs within a document. jQuery Mobile loads multiple pages into the same document, and when you transition pages, the previous and new pages are in the document at the same time.Now this works the first time I load a page with that element, but when I try to load the second page, which also has an id of #home,
© 2013 jQuery Foundation
Sponsored by and others.