robert_gsfame Posted April 19, 2010 Share Posted April 19, 2010 I have jquery to create a scrollbar at certain height <script> $(document).ready(function(){ $("div.scroll").scrollTop(300); }); </script> what i want to ask, can i resize the height of the scrollbar using cursor like what phpfreaks forum have for their textarea thx Link to comment https://forums.phpfreaks.com/topic/199021-jquery-resizable-scrollbar/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.