开发者

How to re size div from 4 co ordinates using jQuery?

开发者 https://www.devze.com 2022-12-26 14:36 出处:网络
can any one have any idea how to re size div fr开发者_如何学运维om 4 co ordinate using jquery?Well, provided that it\'s already have position:relative you can use:

can any one have any idea how to re size div fr开发者_如何学运维om 4 co ordinate using jquery?


Well, provided that it's already have position:relative you can use:

$('$your_id').left = 123;

$('$your_id').top = 123;

$('$your_id').width = 123;

$('$your_id').height = 123;

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号