.siblings('.filter') seems to be behaving oddly as well, and not filtering anymore, but that could easily be because of one of the other prefilters not working correctly, haven't found the exact issue yet
Here's a jsfiddle for the first two issues: http://jsfiddle.net/peol/fAbe8/ -- uncomment delete $.expr.preFilter.CLASS; to see how it fails internally in sizzle engine
Hi,
this is what I've found is incompatible so far:
width
andheight
, it returns strings with units [e.g."192px"
instead of192
] which isn't compatible with the jQuery API.siblings('.filter')
seems to be behaving oddly as well, and not filtering anymore, but that could easily be because of one of the other prefilters not working correctly, haven't found the exact issue yetHere's a jsfiddle for the first two issues: http://jsfiddle.net/peol/fAbe8/ -- uncomment
delete $.expr.preFilter.CLASS;
to see how it fails internally in sizzle engine