Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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+">";
});
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.