Jquery Slimscroll not draggable in IE-9 and IE-10 when using jQuery UI -



I have seen similar questions, but the terms of follow up in jQuery's SlimScoll IE-9 and IE-10 Do not drag under. Please use the js-fiddle link and add the URL provided to the external resource area to determine it.

// jsfiddle.net/rgmrw/11/

// cdnjs.cloudflare.com/ajax/libs/jquery/ 1.4.2 / jquery.js
// Code.jquery.com/ui/1.8.3/jquery-ui.js

It's working fine in IE-8 and IE-11I tried to find a solution, but anything

Update jquery version will be a solution, but the thing is that if we have to update we will have to make a big difference in our project and we are out of time. So if anyone knows an alternate solution to decide this, please please be sufficient enough to post it.

Thank you.

Override the CSS class like this:

  .slimScrollDiv { Overflow: visible! Important; }    

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -