我有一个复选框,它调用一个js函数,如下所示:
<input type="checkbox" onclick="return validate('tos')" value="1" name="tos"/>
但我在JS检测时遇到了一个问题,当它实际上是unticked时,它似乎总是返回true。
我的脚本是这样写的:
function validate(type){
var x = document.getElementById("reg"); //get array of el
当我想在我的表中添加一个新行时,我将收到以下错误消息:
ERROR TypeError: Cannot read property 'Nom' of undefined
at Object.eval [as updateDirectives] (MedecinsComponent.html:43)
at Object.debugUpdateDirectives [as updateDirectives] (core.js:36043)
at checkAndUpdateView (core.js:35055)
at callViewAction (core.js