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 Quote Link to comment https://forums.phpfreaks.com/topic/199021-jquery-resizable-scrollbar/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.