Is there any jquery version of IE7.js available?

2019-09-20 07:30发布

I need jquery version of IE7.js or any other similar jquery based js for same thing?

http://code.google.com/p/ie7-js/

3条回答
放我归山
2楼-- · 2019-09-20 08:11

it's not a jquery version of whole IE7.js but i found it's useful

http://www.impressivewebs.com/buggy-css-selectors-cross-browser-jquery/

查看更多
Explosion°爆炸
3楼-- · 2019-09-20 08:20

This script has nothing to do with jQuery.
You don't need a jQuery version of it.

I'm leaving this answer for David's comment.

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-09-20 08:20

Large chunks of what IE7.js does are built into jQuery (providing you use the jQuery API to write your own functions).

So the answer is: Yes, jQuery.

As for the bits which it doesn't cover — you need to look for specific solutions for those bits (but only the ones you actually care about).

查看更多
登录 后发表回答