views:

161

answers:

3

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

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

+2  A: 

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.

SLaks
some methods of this script does not work in IE. and it create some other problem with some javascript also
metal-gear-solid
@jitendra - Such as?
Dominic Rodger
Since it overwrites various JS functions so they act in a standard fashion, anything in jQuery that calls those functions and compensates for the browser being IE6 could end up with double compensation and break.
David Dorward
@Dominic Rodger - see here 1.http://brilla.org/archives/tag/ie7-js 2. http://markmail.org/message/myc7ajbr3g2edx2s 3. http://stackoverflow.com/questions/1774519/how-can-i-deal-with-the-following-error-i-get-when-i-use-dean-edwards-ie7-js-wit
metal-gear-solid
+1  A: 

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).

David Dorward
A: 

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/

metal-gear-solid