[jQuery] Re: if opera...... else

2009-09-25 Thread KeeganWatkins
hi a1anm, if it's a CSS property, you can always determine that without relying on the deprecated $.browser object... $(function() { // Check for the property you are interested in. Will be a Boolean value var opera = typeof $("body")[0].style["OperaOnlyCSSProp"] === "undefined";

[jQuery] Re: if opera...... else

2009-09-22 Thread a1anm
it's a css property so I'm not sure if checking to see if it is supported if possible. The link you posted did the trick though. thanks. On Sep 22, 9:37 pm, MorningZ wrote: > While it's recommended to look for features/support more than actual > browser type, jQuery.browser is still in the libr

[jQuery] Re: if opera...... else

2009-09-22 Thread MorningZ
While it's recommended to look for features/support more than actual browser type, jQuery.browser is still in the library http://docs.jquery.com/Utilities/jQuery.browser On Sep 22, 9:25 pm, a1anm wrote: > Hi, > > I would like to output the followin content if the browser isn't > opera: > >