Home > Backend Development > PHP Tutorial > Jquery 网页右侧快速回复表单,无刷新提交

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

WBOY
Release: 2016-05-19 12:15:53
Original
924 people have browsed it
<!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>
Copy after login

 

点击下载此文件

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template