jQuery().appendo 错误

发布于 2025-01-03 00:01:26 字数 464 浏览 1 评论 0原文

我想问一下 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼泪也成诗 2025-01-10 00:01:26

如果正确包含该库,请在加载页面时检查 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.

笑咖 2025-01-10 00:01:26

你有包含以下js吗?

<script src="js/jquery.pack.js"></script> 
<script src="js/jquery.appendo.js"></script> 

请参阅 http://deepliquid.com/projects/appendo/demos.php 的实时示例

参考另一个很好的参考此处

have you included following js ?

<script src="js/jquery.pack.js"></script> 
<script src="js/jquery.appendo.js"></script> 

refer live example at http://deepliquid.com/projects/appendo/demos.php

refer another good reference here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文