
JQuery
wangduowu
这个作者很懒,什么都没留下…
展开
-
Jquery对表单操作的方法
$('form').submit(); ------>form提交 var name= $("#name").val();------>获得文本框的值 <2009-04-10 19:31:04 · 165 阅读 · 0 评论 -
jQuery plug-in BlockUI
# Overview # # The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user activity with the page (or...原创 2009-01-04 15:31:50 · 85 阅读 · 0 评论 -
jQuery plug-in BlockUI
Overview The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user activity with the page (or ...原创 2009-01-14 10:41:24 · 101 阅读 · 0 评论 -
Jquery 实现隔行变色
1. javaScript实现隔行变色:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><style type="text/css"&am2009-06-26 11:32:40 · 201 阅读 · 0 评论 -
Jquery $ 符号讲解
一. $选择器: $();替换超链接的内容<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtm...2009-06-26 11:57:02 · 384 阅读 · 0 评论