How well does jQuery support backward compatibility?

前端 未结 5 1377
耶瑟儿~
耶瑟儿~ 2020-11-29 10:15

We have had issues with Mootools not being very backward compatible specifically in the area of drag and drop functionality. I was wondering if anyone has had any similar pr

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 10:29

    jQuery is so serious about backwards compatibility that they produce a "backwards compatibility" plugin for each release: http://docs.jquery.com/Release:jQuery_1.2#jQuery_1.1_Compatibility_Plugin. It let people who don't need backwards compatibility save on page weight.

提交回复
热议问题