草庐IT

checkAllTopicCheckBoxes

全部标签

javascript - 点击函数 "is not defined"

我是wordpress的新手,正在尝试定义和调用一个函数,但无法让它工作。以下代码出现在使用get_template_part从content.php文件调用的php文件中。我在function.php文件的底部添加了以下代码:functioncheckAllTopicCheckBoxes(){alert("Hello!Iamanalertbox!!");}当我点击它返回的元素时:(index):363UncaughtReferenceError:checkAllTopicCheckBoxesisnotdefined.谁能帮帮我? 最佳答案