gpt4 book ai didi

javascript - jQuery 脚本不工作?

转载 作者:行者123 更新时间:2023-11-28 11:56:49 25 4
gpt4 key购买 nike

所以我有这个 jQuery 脚本,但是当您单击按钮时,它并没有按照预期进行。

我在不同的按钮上使用相同的脚本并且它有效。

似乎找不到问题D:

jQuery 脚本:

<script type="text/javascript">
$(document).ready(function(){
$("#stop").click(function() {
var host = $("host").val();
if(host != ""){
$("#bootres").html("<p class='box'><img src='http://urgentbooter.com/img/ajax-loader.gif' border='0' alt='' /> Stopping attack...</p>");
$.post("index.php?action=boot",{host:host,port:port,time:time,method:"STOP",submit:"submit2"},function(data){
} else {
alert("The host field must contain the IP to the attack you want to stop!");
$("#host").focus();
}
});
});
</script>

按钮代码:

<button type="button" id="stop" class="button red">Stop Attacks</button>

顺便说一下,它所适用的另一个按钮几乎是相同的代码,并且位于同一页面上。

如果需要更多信息,请告诉我!

最佳答案

您在此处打开该功能:

$.post("index.php?action=boot",{host:host,port:port,time:time,method:"STOP",submit:"submit2"},function(data){

此函数为空,并且在 else 关键字之前未关闭

关于javascript - jQuery 脚本不工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21373898/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com