当前位置: 代码迷 >> Web前端 >> (四)事件处理――(2)在页面加载的时候执行任务(Performing tasks on page load)
  详细解决方案

(四)事件处理――(2)在页面加载的时候执行任务(Performing tasks on page load)

热度:208   发布时间:2013-10-10 14:14:51.0
(4)事件处理――(2)在页面加载的时候执行任务(Performing tasks on page load)

We have already seen how to make jQuery react to the loading of a web page. The $(document).ready()event handlercan be used to fire off a function's worth of code, but there's a bit more to be said about it.

我们已经看到了如何让jquery为加载网页做出反应。$(document).ready()事件处理器可以被用来启动一段代码的函数作用,但是这里还有有一些东西需要讲一下。


  相关解决方案