Jquery 网页右侧快速回复表单,无刷新提交
2010-11-15 08:19:10 来源:WEB开发网核心提示:<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>网页右
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>网页右侧快速回复表单,无刷新提交</title> <link rel="stylesheet" type="text/css" href="styles.css" /> </head> <body> <h1>网页右侧快速回复表单,无刷新提交</h1> <div id="feedback"> <!-- Five color spans, floated to the left of each other --> <span class="color color-1"></span> <span class="color color-2"></span> <span class="color color-3"></span> <span class="color color-4"></span> <span class="color color-5"></span> <div class="section"> <!-- The arrow span is floated to the right --> <h6><span class="arrow up"></span>Feedback</h6> <p class="message">Please include your contact information if you'd like to receive a reply.</p> <textarea></textarea> <a class="submit" href="">Submit</a> </div> </div> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script src="script.js"></script> </body> </html>
- ››jquery .ajax方法 异步表单,接收服务器返回的数据...
- ››jquery 添加\删除 cookie
- ››jquery 正则表达式判断是否为正确邮箱格式
- ››jQuery EasyUI 数字框(NumberBox)用法
- ››JQuery中对option的添加、删除、取值
- ››JQuery实现下拉,单选,复选三大控件方法,
- ››jquery实现判断输入文字个数的代码
- ››jQuery bxCarousel实现图片滚动切换效果
- ››jQuery弹性滑动导航菜单
- ››jquery实现全选反选功能
- ››jQuery 屏蔽单个元素使用户无法点击
- ››jquery做复选框的全选、全部选、反选更加简单
更多精彩
赞助商链接