Home  >  Article  >  Web Front-end  >  JQuery Getting Started Example 1_jquery

JQuery Getting Started Example 1_jquery

WBOY
WBOYOriginal
2016-05-16 18:50:561097browse
复制代码 代码如下:

<%@ Page Language="C#" %>







无标题页



















1 2 3 4
1 2 3 4







PS:
$(document).ready()由于应用场景众多,所以可以直接用$(fn)来代替,fn表示处理函数。(ready处理函数貌似在文档内容载入完成后执行,无需等待相关其它图片等资源载入完成,所以比load事件要更早执行,对于这点,没有具体证实)$(document).ready()由于应用场景众多,所以可以直接用$(fn)来代替,fn表示处理函数。(ready处理函数貌似在文档内容载入完成后执行,无需等待相关其它图片等资源载入完成,所以比load事件要更早执行,对于这点,没有具体证实)
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn