Skip to main content

Bug Tracker

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 addyosmani comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → wontfix
status: newclosed

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.

Changed January 17, 2012 03:13PM UTC by rwaldron comment:2

resolution: wontfix
status: closedreopened

Changed January 17, 2012 03:14PM UTC by rwaldron comment:3

resolution: → duplicate
status: reopenedclosed

Changed January 17, 2012 03:14PM UTC by rwaldron comment:4

Duplicate of #9385.