#11181 closed enhancement (duplicate)
$.browser - add chrome + more popular browsers
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
comment:2 Changed 11 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
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.