Hi Forum, I am using JQuery 1.7.2 in my application. Recently we have upgraded my browser version from IE 11 build version 11.0.9600.18097 to IE 11 build version 11.0.9600.18124. Now drag and drop functionality is not working in my application. When I downgrade the version I can see the drag drop working fine. Is Jquery specific to build versions. Can anyone help me on this. Thanks in Advance. Paari
If your code fails in the latest version of ie, there's probably something wrong with your code, first thing being you're using an outdated version of jQuery - why?
Yeah, there is a bit of "It doesn't work in the latest browser" mated to "well you're using an outdated version of jQ" to this. Though that's another reason NOT to use jQuery since it not only replicates a lot of existing functionality, encourages people to do crap that has zero damned business even being on a website, and is a bloated mess -- it's also "more code to break" and quite prone to breaking on whatever the latest flavor of the week browser is.