我在我的网络应用程序中使用 jQuery 1.9.1、jQuery mobile 1.3.1 (js & css)。当我调用 checkboxradio 取消选中所有复选框时,它会抛出异常“checkboxradio 不是函数”
$("input[type='checkbox']").attr("checked",false).checkboxradio("refresh");
当我尝试与示例应用程序相同时,它可以工作。
问题是:jQuery mobile 1.3.1.js 文件中的函数没有被调用。我确实在 firebug 中加载的脚本中看到了 jQuery mobile 1.3.1.js。
请告知如何在这里找出问题所在。