摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->函数:$.ajax(properties) 功能:用一个http请求访问一个远程页面 返回:XMLHttpRequest 参数; (String)url请求地址, (String)type请求类型("... 阅读全文
posted @ 2008-08-17 11:34 落叶潇潇雨 阅读(1088) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->函数:blur(),click(),focus(),select(),submit() 功能:这类函数主要是引发对象的相应事件 返回:jQuery对象 例子: jQuery Code $("p").c... 阅读全文
posted @ 2008-08-17 10:07 落叶潇潇雨 阅读(1855) 评论(0) 推荐(0)
摘要: 也就是对dom元素中的样式进行操作 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->函数:css(name) 功能:获取匹配元素指定属性名的值 返回:string 参数:要访问的样式属性名 例子: Retrieves the color style o... 阅读全文
posted @ 2008-08-17 08:35 落叶潇潇雨 阅读(1042) 评论(0) 推荐(0)
摘要: 也就是DOM元素的遍历 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->函数:add(expr) 功能:添加匹配表达式 返回:jQuery对象 参数:expr (String): An expression whose matched el... 阅读全文
posted @ 2008-08-17 08:21 落叶潇潇雨 阅读(881) 评论(0) 推荐(0)