JQuery Issue with IE 11 build version 11.0.9600.18124

Discussion in 'jQuery' started by Paari, Jan 5, 2016.

  1. #1
    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
     
    Paari, Jan 5, 2016 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    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?
     
    PoPSiCLe, Jan 5, 2016 IP
    deathshadow likes this.
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #3
    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.
     
    deathshadow, Jan 5, 2016 IP