scroll left using jquery - Jquery

scroll left

Snippet Code


  
Rate this page :
  [ 0 votes]

The left scroll bar can be created using scrollLeft function using jquery.

<script src="http://www.hscripts.com/tutorials/jquery/jquery.js"></script> </head> <body> <div class="demo"><p>Hello</p></div> <script>$(".demo").scrollLeft(300); </script>

Tags


Ask Questions

Ask Question