Book-turning Effect Based on jquery-1.4.2.min.js framework

Source: Internet
Author: User

Strong 15 fire 75 Network (LieHuo97.Net) Teach 88 Cheng write a book flip Js effect, jquery-1.4.2.min.js, is still being improved, I hope you can like it, I think it is good.

In order to solve the problem that webpage effects cannot be displayed after running (for example, jQuery needs to be refreshed), a webpage version demonstration is newly added

  Webpage Demonstration: click here

  Run the demo:

<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN "" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <Html xmlns =" http://www.w3.org/1999/xhtml "> <Head> <title> Self-writing javascript results of a book flip-Liehuo. Net </title> <script type =" text/javascript "language =" javascript "src =" http://www.bkjia.com/ Uploads/common/js/jquery-1.4.2.min.js "> </script> <script type =" text/javascript "language =" javascript "> $ (function () {$ ("# right "). click (function () {var roll = $ ("<div/>", {css: {position: "absolute", border: "solid 1px #999", left: "806px", top: "10px", height: "494px", width: "1px", background: "# fff url ( http://www.bkjia.com/ Uploads/allimg/1011/eCX.png) repeat-y-200px 0px "}}). appendTo ($ ("# book "). parent (); $ (roll ). animate ({left: "10px", width: "398px", "background-position": "272px 0px"}, 1000, function () {$ ("# left" ).css ({"background": "# fff"}); $ (roll ). fadeOut (300, function () {$ (roll ). remove () ;}) };}) ;}); </script> 

Tip: the code can be modified before running!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.