Bug Tracker

Changes between Version 2 and Version 3 of Ticket #13280, comment 1


Ignore:
Timestamp:
Jan 21, 2013, 12:05:17 PM (11 years ago)
Author:
Motty
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13280, comment 1

    v2 v3  
    22
    33Anyway, I'm now getting this error when initializing jQuery 1.9.0 in Firefox 18.0.1 on a page with an EMPTY body!
     4
     5{{{
     6<!DOCTYPE html>
     7<html>
     8<head>
     9<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.js"></script>
     10</head>
     11<body>
     12</body>
     13</html>
     14}}}