Ricardo,
I see your point now. I was under the impression $.browser was
becoming deprecated so $.support would take it's place. But given the
fact that I currently need to run one method for IE6, I will continue
to use the $.browser method.
In regards to conditional comments, this becomes a pe
I've tried multiple combinations of the $.support method's properties
and have had zero success with properly detecting IE6. Does IE6 have
a specific feature that IE7 and IE8 do not have?
On Apr 5, 6:21 am, akzhan wrote:
> Also I suppose that jQuery.support can add key handling browser mode.
>
Ricardo,
Good point, but it still doesn't answer the question for how to handle
applying say a png fix to IE6.
I can't simply say:
if (!$.support.leadingWhitespace)
{
// apply pngfix
}
Because this is for ALL IE versions. This is unacceptable. We still
need to know the version of IE and the
3 matches
Mail list logo