Jquery Toggle two function not work in 1.10.1

前端 未结 7 1981
执念已碎
执念已碎 2020-12-17 03:04

Jquery Toggle two function not work in jquery 1.10.1 but work\'s on Jquery 1.8.3

HTML

For example, consider the HTML:

7条回答
  •  無奈伤痛
    2020-12-17 03:34

    This format was removed in version 1.9, so you cannot use it - if you want this logic can be manually implemented or you can make use of the migration plugin

    to include the migration plugin, after the inclusion of jQuery library add

    
    

提交回复
热议问题