Based on jquery CSS3 realize click Animation pop-up form source effect _jquery

Source: Internet
Author: User

The following figure shows you the use of jquery CSS implementation of the Click Animation pop-up form source code, there are upload forms, delete forms, send comments form, are through the mouse click icon button Animation pop-up form source effects.

The effect chart shows the following:

Online preview Source Download

HTML code:

<div class= "Buttoncollection" >
 <div class= "Qutton" id= "Qutton_upload" >
  <div class= "Qutton_" Dialog "id=" Uploaddialog ">
   
 

JS Code:

$ (function () {
  var quttonupload = qutton.getinstance ($ (' #qutton_upload '));
  Quttonupload.init ({
  icon: ' Images/icon_upload.png ',
  backgroundcolor: ' #917466 '
  });
  var quttondelete = qutton.getinstance ($ (' #qutton_delete '));
  Quttondelete.init ({
  icon: ' Images/icon_delete.png ',
  backgroundcolor: "#eb1220"
  });
  var quttoncomment = qutton.getinstance ($ (' #qutton_comment '));
  Quttoncomment.init ({
  icon: ' Images/icon_comment.png ',
  backgroundcolor: "#41aaf1"
  });
 

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.