jQuery 2.0 beta 2 still causing exception in Win8 apps?

jQuery 2.0 beta 2 still causing exception in Win8 apps?

I'm building a Windows 8 Store metro app with VS2012 using HTML5 & JS. Everything works when I code using jquery-1.8.2-win8-1.0.js, but I get an immediate exception when I try to use jquery-2.0.0b2.js, as shown below:

Exception is about to be caught by JavaScript library code at line 5756, column 6 in ms-appx://40531768-3358-4def-a573-fafbf210b95e/js/jquery-2.0.0b2.js.
0x800c001c - JavaScript runtime error: Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe

The March 1st jQuery blog says version 2.0 works with Windows 8 Store (“Modern/Metro UI”) apps, so what's wrong?