jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.68k stars 2.4k forks source link

1.3.2 and 1.4 alpha jquery.mobile js forward slash needs escaping #6495

Closed kipph closed 11 years ago

kipph commented 11 years ago

Line 1482 of jquery.mobile-1.3.2.js is: domain && iframe_doc.write( '' );

I saw this when embedding the file directly in a PHP script with a require() statement - everything after the '' gets output to the screen. Fixed by escaping the forward slash: domain && iframe_doc.write( ' Githubissues.

  • Githubissues is a development platform for aggregating issues.