当前位置: 首页 > 图文教程 > 网络编程 > Javascript > 初探jquery——表单应用范例

Javascript
form中限制文本字节数js代码
use jscript with List Proxy Server Information
use jscript List Installed Software
List Installed Software Features
List Information About the Binary Files Used by an Application
List the Codec Files on a Computer
List the UTC Time on a Computer
List Installed Hot Fixes
excel操作之Add Data to a Spreadsheet Cell
Add Formatted Data to a Spreadsheet
Apply an AutoFormat to an Excel Spreadsheet
JavaScript语法着色引擎(demo及打包文件下载)
类之Prototype.js学习
一款JavaScript压缩工具:X2JSCompactor
iis6+javascript Add an Extension File
jscript之Open an Excel Spreadsheet
jscript之Read an Excel Spreadsheet
jscript之List Excel Color Values
去除图像或链接黑眼圈的两种方法总结
Add a Formatted Table to a Word Document

Javascript 中的 初探jquery——表单应用范例


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-12   浏览: 208 ::
收藏到网摘: n/a

说来满惭愧的,到今天才接触到jquery,实在是有点晚,不过既然接触到了这么好的东东,就一定要好好挖掘一下。
先来共享几个jquery的资源站
Plugins - jQuery JavaScript Library(这里有不少的jquery插件)
http://jquery.com/这儿就是jquery的老家了
Visual jQuery 1.0 (Automated)jquery的说明文档
15 Days Of jQuery15天学会jquery(其实不用这么长时间)
之前Realazy写过一篇jquery上手教程 http://realazy.org/blog/2006/08/31/small-jquery-tutorial/
我也是受这篇文章启发,做了下面这么一个demo(模仿淘宝)
浏览地址:http://www.healdream.com/upload/html/jquery/form_jquery.html
其实js部分不怎么复杂,倒是在用div+css布局时费了不少事,看一下源文件就知道我是怎么做的了