After the ajax function is over. in success messages I\'m focusing to the specific div. But it\'s not working. My code is here.
$j.ajax({ url:\"
you can use the below code to bring focus to a div, in this example the page scrolls to the $('html, body').animate({ scrollTop: $('#navigation').offset().top }, 'slow'); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
$('html, body').animate({ scrollTop: $('#navigation').offset().top }, 'slow'); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
$('html, body').animate({ scrollTop: $('#navigation').offset().top }, 'slow');