Hi, i use this code <script type="text/javascript"> $(document).ready(function () { $('[id$=insbtn]').click(function () { $('html,body').animate({ scrollTop: $('#one').offset().top }, 'slow'); return false; }); }); </script> Code (markup): But, when i click other button before click of insbtn, this is not work, please help me,