I need jquery version of IE7.js or any other similar jquery based js for same thing?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
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/
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.
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).