Ask questions and get good answers on mb.jQuery.components

hi community, at first a big compliment for Matteos work, i really like it

at second i want to say i'm relative new to JavaScript, jQuery and friends, but programming for over 20 years with other languages

now my question ;) in mbContainer.js i found some calls to $.browser but this object is not defined jQuery.browser is defined but has only an attribut .safari (not .msie oder .mozilla), i found a plugin namend jqbrowser.js who append information to the browser-object, but this script overrides .version and .safari with functions

i don't know if this is a bug or if something missing on my side

greetz vom Germany

asked Jan 23 '11 at 11:30

Abu's gravatar image

Abu
711

closed Feb 11 '11 at 15:54

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

The question has been closed for the following reason "Duplicate Question" by Matteo Bicocchi Feb 11 '11 at 15:54


Hi, Go and see doc for jQuery.browser here: http://api.jquery.com/jQuery.browser/ This is deprecated but still working. It could be replaced by jQuery.support, something for next releases. Bye, Matteo

answered Jan 23 '11 at 12:16

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

ok, i see, my jQuery Version 1.4.4 doesn't include .msi .opera .mozilla, in Version 1.3 it's ok

BUT i must use jQuery.browser instead of $.browser do get it work

answered Jan 23 '11 at 12:39

Abu's gravatar image

Abu
711

jQuery main site - Matteo Bicocchi