首頁 >後端開發 >php教程 >Jquery 网页右侧快速回复表单,无刷新提交

Jquery 网页右侧快速回复表单,无刷新提交

WBOY
WBOY原創
2016-05-19 12:15:53922瀏覽
<!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>

 

点击下载此文件

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn