WEB开发网
开发学院WEB开发PHP Jquery 网页右侧快速回复表单,无刷新提交 阅读

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>

 

点击下载此文件

Tags:Jquery 网页 回复表单 无刷新 提交

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接