我的Internet Explorer存在问题。我必须使用Form属性,问题是它在Internet Explorer上不起作用(兼容性问题)。我怎么能在jQuery上做到这一点?
models <- lapply(dep, function(x, y)
step(lm(as.formula(paste(x, paste(y, collapse="+"))), data=mtcars),
direction="backward"), y = indep)
我尝试过这段代码
<button type="submit" id="cancelForm" name="cancel" onclick="bCancel=true" form="myForm"/>
我正在尝试模拟表单属性和bCancel功能。当我按下取消按钮时,它会提交表单,但是当它检查bCancel变量时,它会返回其他值。