Opened 16 years ago
Closed 16 years ago
#1947 closed bug (invalid)
JavaScript errors at page load with IE 5.01
Reported by: | vdboor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The jQuery scripts can't be loaded in IE 5.01. It ends with an "unexpected quantifier" error, at line 778 (copied below):
// Fix "XHTML"-style tags in all browsers arg = arg.replace(/(<(\w+)[^>]*?)\/>/g, function(m, all, tag){ return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area)$/i)? m : all+"></"+tag+">"; });
Note: See
TracTickets for help on using
tickets.
jQuery does not support IE5 any longer. Please see:
http://docs.jquery.com/Browser_Compatibility
For what browsers are supported.
If this can happen in a supported browser please reopen the bug with an appropriate test case. Thanks.