Change div width live with jQuery

前端 未结 5 1197
闹比i
闹比i 2021-01-01 13:54

Is it possible to change a div\'s width live with jQuery? And if it is, how?

What I want is to change its width depending on the browser\'s window width

5条回答
  •  遥遥无期
    2021-01-01 14:36

    You can't just use a percentage width for the div? Setting the width to 50% will make it 50% as wide as the window (assuming there is no parent element with a width assigned to it).

提交回复
热议问题