jQuery dynamically change element height

前端 未结 4 2059
滥情空心
滥情空心 2021-01-04 20:01

I\'m working on a fluid layout project. I have some fixed height DIVs in my document, and the heights are different for all of them. I need to proportionally change these DI

4条回答
  •  伪装坚强ぢ
    2021-01-04 20:07

    take a look at the resize event that you can bind with jquery

    http://api.jquery.com/resize/

提交回复
热议问题