jQuery UI的定位工具Position

.position( options )
my (default: “center”) 确定被定位的元素, 使用自身的哪个位置去进行定位.
at (default: “center”) 确定被定位到的元素,使用哪个位置提供定位.
of (default: null) 确定被定位到的元素, of结合at,来给被定位的元素提供定位.
collision (default: “flip”) 当定位溢出的时候的处理方式, e.g., “flip”, “fit”, “fit flip”, “fit none”[如“翻转”,“适合”,“适应翻转”,“适合没有”。].
using (default: null) Type: Function(), 不是很明白
within (default: window) 不是很明白