使用 jQuery 将宽度设置为百分比
如何使用 jQuery 将 div 的宽度设置为百分比?
How can I set the width of a div as a percentage using jQuery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用 jQuery 将 div 的宽度设置为百分比?
How can I set the width of a div as a percentage using jQuery?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
使用 width 函数:
会将: 变为
:
Using the width function:
will turn:
into:
这是对我有用的替代方案:
Here is an alternative that worked for me:
Hemnath
如果您的变量是百分比:
如果您的变量以像素为单位,并且您希望它占父级的百分比:
Hemnath
If your variable is the percentage:
If your variable is in pixels, and you want the percentage it take up of the parent: