You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
The div 'jquery-mediatest' is not properly closed in jquery.mobile-1.1.0.js, line 1573:
testDiv=$("<div id='jquery-mediatest'>"),
... does not close the div. it should be as follows:
testDiv=$("<div id='jquery-mediatest'></div>"),
Unless the div is properly closed, the page fails in webkit (e.g. chrome 19) & internet explorer 9 for "XHTML5"
To reproduce, just set the doctype, xmlns and content-type as follows: