Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mall/itemProp/create,添加属性值,拖拽报js错 #3

Closed
davidhhuan opened this issue Jul 3, 2013 · 0 comments
Closed

mall/itemProp/create,添加属性值,拖拽报js错 #3

davidhhuan opened this issue Jul 3, 2013 · 0 comments

Comments

@davidhhuan
Copy link
Contributor

这里有两个问题
1

在backend/www下面没有 js/jquery.dynotable.js
从frontend/www下面复制js/jquery.dynotable.js过来,刷新页面,拖拽时,报了如下错误
screenshot from 2013-07-03 11 37 13

发现是jquery-ui的版本太旧了,
common/modules/mall/views/itemProp,使用

echo CGoogleApi::init();
echo CHtml::script(CGoogleApi::load("jqueryui", "1.8.2"));

版本太低了,没有1.9版本以上的,只能使用

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>

我将pull request代码上来

davidhhuan pushed a commit to davidhhuan/yincart that referenced this issue Jul 3, 2013
yinhe added a commit that referenced this issue Jul 3, 2013
mall/itemProp/create,添加属性值,拖拽报js错 #3
@yinhe yinhe closed this as completed Jul 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants