Side navigation
#11181 closed enhancement (duplicate)
Opened January 17, 2012 08:14AM UTC
Closed January 17, 2012 03:14PM UTC
Last modified January 17, 2012 03:14PM UTC
$.browser - add chrome + more popular browsers
Reported by: | fw@demodern.de | 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
Attachments (0)
Change History (4)
Changed January 17, 2012 11:24AM UTC by comment:1
component: | unfiled → misc |
---|---|
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
Changed January 17, 2012 03:13PM UTC by comment:2
resolution: | wontfix |
---|---|
status: | closed → reopened |
Changed January 17, 2012 03:14PM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | reopened → closed |
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.