We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这里有两个问题
在backend/www下面没有 js/jquery.dynotable.js 从frontend/www下面复制js/jquery.dynotable.js过来,刷新页面,拖拽时,报了如下错误
发现是jquery-ui的版本太旧了, common/modules/mall/views/itemProp,使用
echo CGoogleApi::init(); echo CHtml::script(CGoogleApi::load("jqueryui", "1.8.2"));
版本太低了,没有1.9版本以上的,只能使用
我将pull request代码上来
The text was updated successfully, but these errors were encountered:
mall/itemProp/create,添加属性值,拖拽报js错 yinhe#3
671e006
Merge pull request #4 from davidhhuan/3-issue-davidhhuan
1b9aff4
mall/itemProp/create,添加属性值,拖拽报js错 #3
No branches or pull requests
这里有两个问题
在backend/www下面没有 js/jquery.dynotable.js
从frontend/www下面复制js/jquery.dynotable.js过来,刷新页面,拖拽时,报了如下错误
发现是jquery-ui的版本太旧了,
common/modules/mall/views/itemProp,使用
版本太低了,没有1.9版本以上的,只能使用
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>我将pull request代码上来
The text was updated successfully, but these errors were encountered: