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

这个主要看这个弹出效果就好
http://www.corange.cn//uploadfiles/1103-3_90859.jpg

<!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>
打包http://www.corange.cn//uploadfiles/quickform_61506.rar

原文地址:http://www.corange.cn/archives/2010/11/3721.html
原文地址:https://www.cnblogs.com/zerogo/p/1877245.html