I want to make a tabbed divs in asp.net. These divs should be made visible using Jquery scroll effect.
Sort of like this,Here
but i want to use Jquery.
Here is my div
<div class="prodreview">
//this will contain a form that will allow the user to review a product
</div>
<div class="prodDesc">
//this div will simple show product description
</desc>