Adding -ms-transform:rotate(90deg)
dynamically using jQuery to the element. But, its not working in IE 11. However, -webkit-transform:rotate(90deg)
is working in Chrome.
No transformation is happening on page.
Added meta :
<meta http-equiv=X-UA-Compatible content="IE=9;IE=10;IE=11;IE=Edge,chrome=1">