


jquery+css3 questionnaire answer card page turning animation effect example
Dec 08, 2016 pm 05:11 PMCSS3+jQuery creates three-dimensional page turning time display animation special effects. The appearance of this page turning plug-in is very gorgeous and festive, which is very suitable for product events or parenting websites.
The special effects of this option survey are in the form of tabs. After each question is answered, it automatically switches to the next one, which is quite unique. Uses jQuery and CSS3, suitable for HTML5 browsers.
The code is as follows:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>jQuery+CSS3答題卡翻頁(yè)效果_何問(wèn)起</title> <meta name="format-detection" content="telephone=no" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" /> <meta name="description" content="何問(wèn)起"> <meta name="keywords" content="何問(wèn)起"> <link href="http://hovertree.com/texiao/jquery/87/hovertreeanswer.css" rel="stylesheet" /> <style>h2{color:white;text-align:center;}a{color:deeppink;font-size:16px;}</style> </head> <body style="background-color:#1fc587"> <div class="wrapper"> <br /> <h2>jQuery+CSS3翻頁(yè)效果的調(diào)查答題卡</h2> <div id="answer" class="card_wrap"> <!--Q1--> <div class="card_cont card1"> <div class="card"> <p class="question"><span>Q1、</span>你第一門(mén)接觸的編程語(yǔ)言是?</p> <ul class="select"> <li> <input id="q1_1" type="radio" name="r-group-1"> <label for="q1_1">JavaScript</label> </li> <li> <input id="q1_2" type="radio" name="r-group-1"> <label for="q1_2">C語(yǔ)言</label> </li> <li> <input id="q1_3" type="radio" name="r-group-1"> <label for="q1_3">Java</label> </li> <li> <input id="q1_4" type="radio" name="r-group-1"> <label for="q1_4">C#</label> </li> <li> <input id="q1_5" type="radio" name="r-group-1"> <label for="q1_5">其他</label> </li> </ul> <div class="card_bottom"><span><b>1</b>/5</span></div> </div> </div> <!--Q2--> <div class="card_cont card2"> <div class="card"> <p class="question"><span>Q2、</span>你主要從事的開(kāi)發(fā)設(shè)計(jì)工作是?</p> <ul class="select"> <li> <input id="q2_1" type="radio" name="r-group-2"> <label for="q2_1">Web前端</label> </li> <li> <input id="q2_2" type="radio" name="r-group-2"> <label for="q2_2">安卓軟件開(kāi)發(fā)</label> </li> <li> <input id="q2_3" type="radio" name="r-group-2"> <label for="q2_3">IOS軟件開(kāi)發(fā)</label> </li> <li> <input id="q2_4" type="radio" name="r-group-2"> <label for="q2_4">網(wǎng)站、軟件維護(hù)</label> </li> <li> <input id="q2_5" type="radio" name="r-group-2"> <label for="q2_5">數(shù)據(jù)庫(kù)開(kāi)發(fā)管理</label> </li> </ul> <div class="card_bottom"><a class="prev">上一題</a><span><b>2</b>/5</span></div> </div> </div> <!--Q3--> <div class="card_cont card3"> <div class="card"> <p class="question"><span>Q3、</span>你最早知道的有關(guān)開(kāi)發(fā)的網(wǎng)站是哪個(gè)?</p> <ul class="select"> <li> <input id="q3_1" type="radio" name="r-group-3"> <label for="q3_1">何問(wèn)起(http://hovertree.com/)</label> </li> <li> <input id="q3_2" type="radio" name="r-group-3"> <label for="q3_2">博客園(http://www.cnblogs.com/)</label> </li> <li> <input id="q3_3" type="radio" name="r-group-3"> <label for="q3_3">柯樂(lè)義(http://keleyi.com/)</label> </li> <li> <input id="q3_4" type="radio" name="r-group-3"> <label for="q3_4">CSDN(http://www.csdn.net/)</label> </li> <li> <input id="q3_5" type="radio" name="r-group-3"> <label for="q3_5">其他</label> </li> </ul> <div class="card_bottom"><a class="prev">上一題</a><span><b>3</b>/5</span></div> </div> </div> <!--Q4--> <div class="card_cont"> <div class="card"> <p class="question"><span>Q4、</span>你開(kāi)發(fā)中使用的主要操作系統(tǒng)是?</p> <ul class="select"> <li> <input id="q4_1" type="radio" name="r-group-4"> <label for="q4_1">Windows 10</label> </li> <li> <input id="q4_2" type="radio" name="r-group-4"> <label for="q4_2">Windows 7</label> </li> <li> <input id="q4_3" type="radio" name="r-group-4"> <label for="q4_3">Linux</label> </li> <li> <input id="q4_4" type="radio" name="r-group-4"> <label for="q4_4">Mac OS</label> </li> <li> <input id="q4_5" type="radio" name="r-group-4"> <label for="q4_5">其他</label> </li> </ul> <div class="card_bottom"><a class="prev">上一題</a><span><b>4</b>/5</span></div> </div> </div> <!--Q5--> <div class="card_cont"> <div class="card"> <p class="question"><span>Q5、</span>你覺(jué)得下面哪個(gè)欄目最實(shí)用?</p> <ul class="select"> <li> <input id="q5_1" type="radio" name="r-group-5"> <label for="q5_1">網(wǎng)頁(yè)特效 http://hovertree.com/menu/texiao/ </label> </li> <li> <input id="q5_2" type="radio" name="r-group-5"> <label for="q5_2">在線題庫(kù) http://hovertree.com/tiku/ </label> </li> <li> <input id="q5_3" type="radio" name="r-group-5"> <label for="q5_3">jQuery下載 http://hovertree.com/h/bjaf/ati6k7yk.htm</label> </li> <li> <input id="q5_4" type="radio" name="r-group-5"> <label for="q5_4">圖片 http://hovertree.com/hvtimg/ </label> </li> <li> <input id="q5_5" type="radio" name="r-group-5"> <label for="q5_5">代碼 http://hovertree.com/code/ </label> </li> </ul> <div class="card_bottom"><a class="prev">上一題</a><span><b>5</b>/5</span></div> </div> </div> <!--6--> <div class="card_cont"> <div class="card"> <p class="question"></p> <ul class="select"> <li>感謝您的參與!<br /> 更多信息請(qǐng)?jiān)L問(wèn)何問(wèn)起網(wǎng)。 <br /> <a href="http://hovertree.com" target="_blank">何問(wèn)起首頁(yè)</a> </li> </ul> <div class="card_bottom"><a class="prev">上一題</a></div> </div> </div> </div><!--/card_wrap--> <br /><br /> <div style="text-align:center;"> <a href="http://hovertree.com">首頁(yè)</a> <a href="http://hovertree.com/texiao/">特效庫(kù)</a> <a href="http://hovertree.com/h/bjaf/ml26ksm5.htm">原文</a> </div> </div> <script src="http://down.hovertree.com/jquery/jquery-1.8.3.min.js"></script> <script src="http://hovertree.com/texiao/jquery/87/hovertreeanswer.js"></script> <script> $(function(){ $("#answer").answerSheet({}); }) </script> </body> </html>

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

WebSocket and JavaScript: Key technologies for realizing real-time monitoring systems Introduction: With the rapid development of Internet technology, real-time monitoring systems have been widely used in various fields. One of the key technologies to achieve real-time monitoring is the combination of WebSocket and JavaScript. This article will introduce the application of WebSocket and JavaScript in real-time monitoring systems, give code examples, and explain their implementation principles in detail. 1. WebSocket technology

How to use WebSocket and JavaScript to implement an online speech recognition system Introduction: With the continuous development of technology, speech recognition technology has become an important part of the field of artificial intelligence. The online speech recognition system based on WebSocket and JavaScript has the characteristics of low latency, real-time and cross-platform, and has become a widely used solution. This article will introduce how to use WebSocket and JavaScript to implement an online speech recognition system.

Introduction to how to use JavaScript and WebSocket to implement a real-time online ordering system: With the popularity of the Internet and the advancement of technology, more and more restaurants have begun to provide online ordering services. In order to implement a real-time online ordering system, we can use JavaScript and WebSocket technology. WebSocket is a full-duplex communication protocol based on the TCP protocol, which can realize real-time two-way communication between the client and the server. In the real-time online ordering system, when the user selects dishes and places an order

JavaScript and WebSocket: Building an efficient real-time weather forecast system Introduction: Today, the accuracy of weather forecasts is of great significance to daily life and decision-making. As technology develops, we can provide more accurate and reliable weather forecasts by obtaining weather data in real time. In this article, we will learn how to use JavaScript and WebSocket technology to build an efficient real-time weather forecast system. This article will demonstrate the implementation process through specific code examples. We

How to use WebSocket and JavaScript to implement an online reservation system. In today's digital era, more and more businesses and services need to provide online reservation functions. It is crucial to implement an efficient and real-time online reservation system. This article will introduce how to use WebSocket and JavaScript to implement an online reservation system, and provide specific code examples. 1. What is WebSocket? WebSocket is a full-duplex method on a single TCP connection.

JavaScript tutorial: How to get HTTP status code, specific code examples are required. Preface: In web development, data interaction with the server is often involved. When communicating with the server, we often need to obtain the returned HTTP status code to determine whether the operation is successful, and perform corresponding processing based on different status codes. This article will teach you how to use JavaScript to obtain HTTP status codes and provide some practical code examples. Using XMLHttpRequest

Usage: In JavaScript, the insertBefore() method is used to insert a new node in the DOM tree. This method requires two parameters: the new node to be inserted and the reference node (that is, the node where the new node will be inserted).

Introduction to the method of obtaining HTTP status code in JavaScript: In front-end development, we often need to deal with the interaction with the back-end interface, and HTTP status code is a very important part of it. Understanding and obtaining HTTP status codes helps us better handle the data returned by the interface. This article will introduce how to use JavaScript to obtain HTTP status codes and provide specific code examples. 1. What is HTTP status code? HTTP status code means that when the browser initiates a request to the server, the service
