Actually thinking again, delete from "var public = {" right down to (and 
including) "$.browser = public;", and after the "var private = {}" 
block, add "$.browser = private;".  That should work better.


Best wishes,
Dave Cardwell ~ http://davecardwell.co.uk/


Dave Cardwell wrote:
> Hi Aaron.
> 
> I've received a few emails from people asking to change back to using 
> $.browser.msie, and as such the 1.0 release will do so.  In the meantime 
> I'd recommend either switching back to 0.1, or the following change to 
> the source *should* work (untested):
> 
> Switch the line:
> $.browser = public;
> 
> to:
> $.browser = private;
> 
> 
> 
> Best wishes,
> Dave Cardwell.
> 
> 
> 
> aedmonds wrote:
>> I recently noticed that a new version of jQBrowser was available and I like
>> the new features but it appears to be breaking jQuery all over the place
>> when I try and use it with jQuery Rev 249. It also conflicts with Interface
>> as it uses some checks for MS IE. Basically it make Interface think that
>> every browser is IE (very, very bad).
>>
>> Has anyone else had this problem? I would imagine it has to do with the
>> change of object properties ($.browser.msie) to methods ($.browser.msie()).
>>
>> -Aaron
>>
>> P.S. - Here's the link to jQBrowser:
>> http://davecardwell.co.uk/geekery/javascript/jquery/jqbrowser/0.2/
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to