The jQuery document tags $.browser as deprecated. So what\'s the replacement for it?
$.browser
you can use navigator variable from javascript
console.log(navigator)
but if you want to check the compatiblility with a function of jquery you can use the support var like
$.support.ajax