slimScroll is a jQuery
plugin that transforms any div
into a scrollable area with a nice
scrollbar - similar to the one Facebook
Installation
now
demo
Game143 | download mobile game
plugin that transforms any div
into a scrollable area with a nice
scrollbar - similar to the one Facebook
Installation
Code:
its better to use http instead of https
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-
ui.js"></script>
<script type="text/javascript" src="slimscroll.min.js"></script>
$(function(){
$('#makescroll').slimScroll({ height: '250px' });
});
Code:
<div id="makescroll"><?php echo file_get_contents('http://coding-talk.com');?>
Game143 | download mobile game
Comment