Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かがイベントを次々と発生させる方法を教えてもらえますか? 3つのクラスを選択しました。最初のクラスがクリックされた後にイベントを発生させる必要があり、その後2番目に移動する必要があります...
$(".col-1 #number, .col-2 #number, .col-3 #number").waterDrop({event:"mouseover"});
$(".col-1 #number1").click(function(){ $(".col-2 #number2").hide(500,function(){ $(".col-2 #number3").show() }) })
コールバック関数を使用する