Getting the height of a div

前端 未结 4 404
别跟我提以往
别跟我提以往 2021-01-03 07:30
test | test | test
4条回答
  •  感情败类
    2021-01-03 07:54

    Here it is in plain js and no jQuery required:

    document.getElementById("learning_menu").offsetHeight;
    

提交回复
热议问题