The point is you don't need to know which browser or version it is, as
long as you know what features it supports.

According to John R, $.browser and version will remain in the core
indefinitely, despite being deprecated, as they are useful for CSS
coding and not everyone is familiar with the feature detection
concept, so you can just keep using that.

On Jan 16, 6:46 am, JQueryProgrammer <jain.ashis...@gmail.com> wrote:
> The utilities jQuery.browser and jQuery.version has been deprecated in
> jQuery 1.3 version and the documentation says to use jQuery.support
> for the same. But I do not find any options for browser and version in
> jQuery.support.
>
> Although they have been included in 1.3 release too, but are
> deprecated. How can we then check the browser name and version..?

Reply via email to