vote up 0 vote down star

I used jquery in creating a prototype for a new application, just to find out some things don't work in IE 6.

My question is, is it just incompatible? Is there another version for IE 6? Does it just take a little more work to make it function ok?

Thanks

EDIT: Actually it is jqModal.js that doesn't work...

flag

I had a line of ie6 specific css missing, thanks for the answers anyway – Juan Manuel Nov 5 '08 at 12:24

closed as no longer relevant by Juan Manuel Nov 5 '08 at 12:23

2 Answers

vote up 0 vote down check

I've used it for a few projects and I've only encountered one issue with IE 6. It seems that on the whole, it works as expected.

link|flag
vote up 1 vote down

jQuery and other JS libraries are built to deal with browser inconsistencies, including those of IE6, and in my experience of using jQuery I have had no issues.

Is there some particular code that isn't working that we could perhaps take a look at?

link|flag
yes, actually it is jqModal.js that doesn't work... dev.iceburg.net/jquery/jqModal – Juan Manuel Nov 5 '08 at 12:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.