一家之煮
2017-02-08 11:30
position: { my: "right bottom", at: "left top" }
摘自百度知道
https://zhidao.baidu.com/question/1382677389188414020.html
jqueryui 的 position 是这样一套逻辑:
my (x, y) at (x, y)
我的某个位置在相对结点的某个位子
例如
{my:'right bottom', at:'center center'}
可以解释为
我的右下角在相对结点的中心
my或者at中任何一个值没有给出的话都会自动设置成默认值center。
jQuery基础(五)一Ajax应用与常用插件
69100 学习 · 400 问题
相似问题