Creating a get and set elements to get the vertical position ?

Sunny.Sagar
Posted by Sunny.Sagar under jQuery category on | Points: 40 | Views : 1102
For creating a get and set element to get vertical position,"Scroll top" element is used.
Code :
alert($("#divScroll").scrollTop()); 
$("#divScroll").scrollTop("100");

Comments or Responses

Login to post response