Bug Tracker

Ticket #1426 (new enhancement)

Opened 1 year ago

Gracefully fail in IE < 6

Reported by: ajpotts Assigned to: anonymous
Type: enhancement Priority: major
Milestone: 1.1.4 Component: core
Version: 1.1.3 Keywords:
Cc: Needs: Review

Description

Is there any simple way not to fire errors in IE < 6?

Having put up a window.onerror => server logging feature, I'm still getting a significant number of users firing off jquery errors because they're using 5.5 or 5.0. I'm not expecting it to work, but not expecting it to cause pop-up errors either.

Alternatively, is there any possible workaround, e.g. [pseudo-code]

<!--[if IE &lt; 6]>
jquery = null;
<![endif]-->

Attachments

Note: See TracTickets for help on using tickets.