开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜