Commit 86314d51 by Manzar Hussain

life at dic js

parent a21fa328
......@@ -1958,6 +1958,20 @@
}]
});
/*Life at dic*/
$('.scroll-pane').jScrollPane(
{
showArrows: false,
horizontalGutter: 100,
verticalGutter: 100,
//mouseWheelSpeed: 50
}
);
var getLength = $('.count_li_item').find('li').length;
$('.strip_c_line span').css({'width':(getLength*200) +'px'})
/*Manzar Code ended*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment