Kendo RangeSlider breaks in chrome

99 views Asked by At

I have implemented kendo range slider for eCommerce store. It works fine when changes made in firefox. But it goes disappeared or breaks in chrome after slide.

Kendo version is 2014.1.318 and uses jQuery JavaScript Library v1.10.2.

Please help to overcome this issue as soon as possible.

1

There are 1 answers

0
chitra On BEST ANSWER

It is because of Chrome doesn't support ".contains()" method of jQuery. Instead of using .indexOf() method, it works perfectly in Chrome & Safari browser.

Refer this links:

  1. Error using .contains() JQuery function in Chrome
  2. jquery "contains" code doesn't work on chrome