[jQuery] Basic Selector expression only work on Chrome, no other browsers

2009-04-15 Thread Tao
Hi, I have the follow simple html code: div style=FILTER: progid:DXImageTransform.Microsoft.Gradient (GradientType=1, StartColorStr=#, EndColorStr=#7E003366); WIDTH: 794px; HEIGHT: 685px Hello /div And I try to use follow code to get the div element:

[jQuery] Re: Basic Selector expression only work on Chrome, no other browsers

2009-04-15 Thread Tao
Hi Karl, Yes, I understand filter is IE-proprietary. That's why I try to use jquery selector to get the filter div list instead of div.style.filter. But it seems jquery selector cannot handle this well. As the html is created by M$ mshtml which has some filter styles in the page. What I try to