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

后端 未结 7 1405
我在风中等你
我在风中等你 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:32

    Another possibility - this error can come up if the min or max are missing for the slider. If your startFiling or endFiling are not evaluating to a date, the slider code fails when trying to calculate the new handle position.

提交回复
热议问题