[jQuery] Re: jQuery.support -- No direct support for IE6 detection

2009-04-06 Thread Joe McCann
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

[jQuery] Re: jQuery.support -- No direct support for IE6 detection

2009-04-05 Thread Joe McCann
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. >

[jQuery] Re: jQuery.support -- No direct support for IE6 detection

2009-04-05 Thread Joe McCann
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