jQuery UI slider - Cannot call method 'addClass' of undefined

后端 未结 7 1477
我在风中等你
我在风中等你 2021-01-07 21:50

I had this old jQuery UI slider that had worked just fine a few months ago, but now I seem to be getting an exception reading: Cannot call method \'addClass\' of undefined.

7条回答
  •  滥情空心
    2021-01-07 22:19

    jQuery UI Slider plugin min & max options accepts only number. So according to your requirement parse them to integer or float.

    For details visit link- http://api.jqueryui.com/slider/

提交回复
热议问题