最新赞助活动温馨提示:自愿赞助服务器费用,学生和没有工作的整站资源免费下载!
头像

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

来源:http://erdangjiade.com/topic/123220.html 你好,世界。 2017-10-04 21:03浏览(7)

<!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> 

<p 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> 

<p 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> 
</p> 
</p> 


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
<script src="script.js"></script> 
</body> 
</html>

点击下载此文件

评论0
头像

友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群

1 2