duanli9569 2016-07-11 03:27 采纳率: 100%
浏览 43
已采纳

如何修复WordPress自定义页面中的“TypeError:$(...)。chained is not function”错误?

I create a custom WordPress page via widget where I want to active a widget using this code

jQuery(document).ready(function($) {
    /* For $.chained.js */
    $("#series").chained("#mark");
    $("#model").chained("#series");
    $("#engine").chained("#series, #model");

    return;
    /* Show button after each pulldown has a value. */
    $("#engine").bind("change", function(event) {
        if ("" != $("option:selected", this).val() && "" != $("option:selected", $("#model")).val()) {
            $("#button").fadeIn();
        } else {
            $("#button").hide();          
        }
    })
});

When I activated the widget, that code can work fine but if I inactivated the widget that code show error TypeError: $(....).chained is not function. So how to fix this ? Thank you ..

  • 写回答

1条回答 默认 最新

  • dongshenchi5364 2016-07-11 03:48
    关注

    This happens because the "Chained Selects" plugin source is not included:

    function enqueue_stuff(){
        wp_enqueue_script('chainedjs', 'https://raw.githubusercontent.com/tuupola/jquery_chained/master/jquery.chained.remote.min.js', array('jquery'), false, true);    
    }
    add_action('wp_enqueue_scripts', 'enqueue_stuff');
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line