jointjs与jquery布局插件不兼容

时间:2014-10-17 09:03:13

标签: jquery jquery-plugins jointjs jquery-layout

使用jointjs和jquery-layout时遇到问题。 我只能使用其中之一,如果我同时使用它们,面板调整大小不起作用。 有人有相同/类似的问题吗?并知道如何解决它?

这根本不起作用

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"</script>
<script src="jquery-ui.min.js"></script>
<script src="js/jquery.layout-latest.js"></script>
<script src="joint.js"></script>

如果我用jointjs反转jquery-layout它可以工作,但不需要调整大小。

非常感谢

1 个答案:

答案 0 :(得分:0)

尝试使用JointJS清洁版(不带jQuery,Lodash,Backbone,Geometry和Vectorizer)。您可以在此处获取此版本(与Geometry和Vectorizer一起使用):http://jointjs.com/download。然后下载Lodash(https://lodash.com/)和Backbone(http://backbonejs.org/)并按以下顺序加载所有内容:

  • jquery的
  • jquery ui
  • jquery layout
  • lodash
  • 主链
  • 几何
  • 矢量化
  • jointjs clean