$("#button1").click(function() {var url = "http:www.your-url.com?ID=" + Math.random();//create random numbersetTimeout(function() {$("#elementName").load(url+" #elementName>*","");}, 1000); //wait one second to run function});希望本文所述对大家的jQuery程序设计有所帮助。