nextTo
- 授权协议: MPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/next-to/
软件介绍
nextTo 是一个 jQuery 插件,用来帮你计算下一个元素的位置,该插件可帮你设计菜单、下拉效果、工具提示等。
使用实例:
<script type="text/javascript">
$('.PlaceThisDiv').nextTo($('.ThisOtherDiv'), {position:'right', shareBorder:'top'});
</script>
在 Firefox、Chrome 和 IE7(以及更新版本)中测试通过。
