2013年6月12日 星期三

[Jquery]設定物件Focus & 轉動到物件

 var subj = $('#subject' + subjectid);
            if (typeof (subj) != 'undifined') {
                subj.focus();
                $('html, body').animate({ scrollTop: subj.offset().top - 50 }, 'slow');
            }

沒有留言: