Jquery UI Range Slider Lagging Response to mouse movement

左心房为你撑大大i 提交于 2019-12-11 01:12:40

问题


I am using JQuery UI range slider. My slider handles seem not to move smoothly with cursor but lag. I am using class="styloot" with my body tag. I found out that removing this class from body tag in my html structure makes the slider movement butter smooth (though breaks my layout). So I decided to add class '.styloot' to every element in the plugin stylesheet like -->

.styloot .ui-range-slider {
  /* respective styles */ 
}

Now what I observe is the grey shaded portion that indicates the selected range moves smooth with mouse but the handles still lag. Here is the link to the page --> http://oracle.styloot.com/static/discover/discover.html Seems like I am close to the problem. Can someone please point me in the right direction.

来源:https://stackoverflow.com/questions/19117535/jquery-ui-range-slider-lagging-response-to-mouse-movement

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!