jQuery UI switchClass() method is not working properly

后端 未结 7 2201
野的像风
野的像风 2020-12-11 15:43

jQuery UI switchClass() method doesn\'t switch class, rather it performs some undesired animations and the class remains the same as the original one when I use

7条回答
  •  醉话见心
    2020-12-11 16:32

    if the prb is

    .switchClass is not a function

    check if you are link the effects.core.js in your code

    check that by using the Console in your navigator for js, good luck it's work fine for me :)

提交回复
热议问题