('#modalId').scrollTop(0); scrollTop() only returns the value; scrollTop(0) sets the value to 0 (all the way to the top) To scroll the page to the modal, ...
確定! 回上一頁