Modify ↓
Ticket #11181 (closed enhancement: duplicate)
$.browser - add chrome + more popular browsers
| Reported by: | fw@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
should be extended to support chrome, mobile safari and a few more popular browsers .(its just a one liner per browser anyways
Change History
comment:1 Changed 16 months ago by addyosmani
- Priority changed from undecided to low
- Resolution set to wontfix
- Status changed from new to closed
- Component changed from unfiled to misc
comment:2 Changed 16 months ago by rwaldron
- Status changed from closed to reopened
- Resolution wontfix deleted
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.

Thanks for submitting a ticket to the jQuery Bug Tracker.
Unfortunately, $.browser has been deprecated for quite some time and will likely be removed from core into a plugin at some time in the future. This is because it's been proven to be unreliable when compared to more modern approaches to testing such as feature detection. Where additional support for other browsers is required, developers may extend $.browser to support more UA tests for their own projects.