这有效,但之后就像第二次消失了
function tfw() {
var TFW = document.getElementById("TFW").value
if (TFW == "mexicans") {
document.getElementById("image").innerHTML = "<h1>worked!</h1>";
event.preventDefault();
}
}
场合:
<input type="text" id ='TFW'><br>
<input type="submit" value="Submit" onclick="tfw();">
答案 0 :(得分:0)
将$cur = $this->db->{$collection}->aggregateCursor($pipeline, 'cursor' => [ 'batchSize' => 1 ]);
更改为input type="submit"
并删除input type="button"
以解决问题。