9
jQuery:等待/延迟1秒而不执行代码
我无法.delay在jQuery中使用该方法: $.delay(3000); // not working $(queue).delay(3000); // not working 我正在使用while循环来等待,直到一个不受控制的更改值大于或等于另一个,并且在X秒内找不到任何方法来执行错误。
129
javascript
jquery
delay
wait
seconds