jQuery().appendo 错误
我想问一下 jQuery 的扩展,特别是 Yii 框架中的扩展。 我在这段代码上遇到了一些困难:
jQuery("#repeateEnum").appendo 不是一个函数
此代码是由这段代码触发的:
<头>
widget('application.extensions.appendo.JAppendo',array( 'id'=> '重复枚举', '模型' => $模型,.. ?>
我该如何修复它?感谢您的任何回复。
i want to ask about the extensions of jQuery, especially in Yii framework.
i got some stuck on this code :
jQuery("#repeateEnum").appendo is not a function
this code is triggered from both of this code :
<table class="appendo-gii" id="<?php echo $id ?>">
<thead>
<tr>
</tr>
</thead><?php $this->widget('application.extensions.appendo.JAppendo',array(
'id' => 'repeateEnum',
'model' => $model,..
?>
how could i fix it? Thanks for any reply.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果正确包含该库,请在加载页面时检查 JS 控制台是否有错误。也许还有别的东西破坏了 JS。
If the library is properly included, check in the JS console for errors when you load the page. Maybe something else is breaking the JS.
你有包含以下js吗?
请参阅 http://deepliquid.com/projects/appendo/demos.php 的实时示例
参考另一个很好的参考此处
have you included following js ?
refer live example at http://deepliquid.com/projects/appendo/demos.php
refer another good reference here