Click failures simulated jquery

Problems encountered

jquery writing project, go to the page you need to have a simulated button click the button to display the data. No direct effect with jquery events trigger the need to write a bomb timer will simulate a click event into the task queue, such as re-executing the task execution stack to simulate a click event task execution queue, this problem is solved. (You may need to change the delay in milliseconds to achieve the desired results under different circumstances)
Click event simulation into the task queue

Guess you like

Origin blog.csdn.net/weixin_43790802/article/details/89846959