I have attached a file with a single line of jquery mobile code. it falls over in the jquery core saying that 'getAttribute' is not a function. The object it tries to find the function on is a 'documentFragment'. I believe this is an issue with JQuery.
The line of code in the attached file is:
$('<div><select></select></div>').page()
The problem appears to be the select tag. Even if it has option in side it, it doesn;t matter.