In jquery-2.1.3.js, line 5498:
* Try to determine the default display value of an element
at line 5515:
doc = iframe[ 0 ].contentDocument;
always return undefined on Windows Store App, and is used in lines 5518 forward:
doc.write();
then crashes =\
Use case: trying to use jQuery BlockUI within a Windows Store App.