


jquery+css3 questionnaire answer card page turning animation effect example
CSS3+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答题卡翻页效果_何问起</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="何问起"> <meta name="keywords" content="何问起"> <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 id="jQuery-CSS-翻页效果的调查答题卡">jQuery+CSS3翻页效果的调查答题卡</h2> <div id="answer" class="card_wrap"> <!--Q1--> <div class="card_cont card1"> <div class="card"> <p class="question"><span>Q1、</span>你第一门接触的编程语言是?</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语言</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>你主要从事的开发设计工作是?</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">安卓软件开发</label> </li> <li> <input id="q2_3" type="radio" name="r-group-2"> <label for="q2_3">IOS软件开发</label> </li> <li> <input id="q2_4" type="radio" name="r-group-2"> <label for="q2_4">网站、软件维护</label> </li> <li> <input id="q2_5" type="radio" name="r-group-2"> <label for="q2_5">数据库开发管理</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>你最早知道的有关开发的网站是哪个?</p> <ul class="select"> <li> <input id="q3_1" type="radio" name="r-group-3"> <label for="q3_1">何问起(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">柯乐义(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>你开发中使用的主要操作系统是?</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>你觉得下面哪个栏目最实用?</p> <ul class="select"> <li> <input id="q5_1" type="radio" name="r-group-5"> <label for="q5_1">网页特效 http://hovertree.com/menu/texiao/ </label> </li> <li> <input id="q5_2" type="radio" name="r-group-5"> <label for="q5_2">在线题库 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 /> 更多信息请访问何问起网。 <br /> <a href="http://hovertree.com" target="_blank">何问起首页</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">首页</a> <a href="http://hovertree.com/texiao/">特效库</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>

C and JavaScript achieve interoperability through WebAssembly. 1) C code is compiled into WebAssembly module and introduced into JavaScript environment to enhance computing power. 2) In game development, C handles physics engines and graphics rendering, and JavaScript is responsible for game logic and user interface.

JavaScript is widely used in websites, mobile applications, desktop applications and server-side programming. 1) In website development, JavaScript operates DOM together with HTML and CSS to achieve dynamic effects and supports frameworks such as jQuery and React. 2) Through ReactNative and Ionic, JavaScript is used to develop cross-platform mobile applications. 3) The Electron framework enables JavaScript to build desktop applications. 4) Node.js allows JavaScript to run on the server side and supports high concurrent requests.

Python is more suitable for data science and automation, while JavaScript is more suitable for front-end and full-stack development. 1. Python performs well in data science and machine learning, using libraries such as NumPy and Pandas for data processing and modeling. 2. Python is concise and efficient in automation and scripting. 3. JavaScript is indispensable in front-end development and is used to build dynamic web pages and single-page applications. 4. JavaScript plays a role in back-end development through Node.js and supports full-stack development.

C and C play a vital role in the JavaScript engine, mainly used to implement interpreters and JIT compilers. 1) C is used to parse JavaScript source code and generate an abstract syntax tree. 2) C is responsible for generating and executing bytecode. 3) C implements the JIT compiler, optimizes and compiles hot-spot code at runtime, and significantly improves the execution efficiency of JavaScript.

JavaScript's application in the real world includes front-end and back-end development. 1) Display front-end applications by building a TODO list application, involving DOM operations and event processing. 2) Build RESTfulAPI through Node.js and Express to demonstrate back-end applications.

The main uses of JavaScript in web development include client interaction, form verification and asynchronous communication. 1) Dynamic content update and user interaction through DOM operations; 2) Client verification is carried out before the user submits data to improve the user experience; 3) Refreshless communication with the server is achieved through AJAX technology.

Understanding how JavaScript engine works internally is important to developers because it helps write more efficient code and understand performance bottlenecks and optimization strategies. 1) The engine's workflow includes three stages: parsing, compiling and execution; 2) During the execution process, the engine will perform dynamic optimization, such as inline cache and hidden classes; 3) Best practices include avoiding global variables, optimizing loops, using const and lets, and avoiding excessive use of closures.

Python is more suitable for beginners, with a smooth learning curve and concise syntax; JavaScript is suitable for front-end development, with a steep learning curve and flexible syntax. 1. Python syntax is intuitive and suitable for data science and back-end development. 2. JavaScript is flexible and widely used in front-end and server-side programming.


Hot AI Tools

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

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

Undress AI Tool
Undress images for free

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

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Chinese version
Chinese version, very easy to use

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

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