Support Forums

Full Version: jquery draggable and selectable problem in IE 9
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am currently working on this project: www.arbamedia.com/test and its working fine with Chrome and FF but not with IE9! I just cant figure out what is wrong with the code!

Thank you for your time and help.
You're using the wrong browser... first of all.
Second of all, I'm assuming you coded that page in HTML5. Internet Explorer doesn't support a good chunk of what HTML5 is made of, so you won't get the right results.
You should add code in your page that detects the user agent of a visitor, and if they're using IE9, display a message that says to use a different browser or risk compatibility issues.
If I am actually thinking right, which I may be wrong, but IE at any version doesn't support Jquery's drag and drop code.