|
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 |
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 |
|
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 |


