jq02--尺寸位置、height()/width()、offset()、position()、scrollTop()/scrollLeft()

1   尺寸位置操作 1.1    高度和寬度操作(尺寸) 高度操作height()/width() : 作用:設置或獲取匹配元素的高度/寬度值(返回number) width([val|fn]) //帶參數表示設置高度 $(selector).height(200); //不帶參數獲取高度 $(selector).height(); //帶回調函數 $(selector).width(funct
相關文章
相關標籤/搜索