Hammer. js achieves drag-and-drop effects on mobile terminals and hammer. js drag-and-drop Effects

Source: Internet
Author: User

Hammer. js achieves drag-and-drop effects on mobile terminals and hammer. js drag-and-drop Effects

Hammer. js can achieve multiple touch effects on mobile terminals. Detailed can click http://www.cnblogs.com/iamlilinfeng/p/4239957.html

However, we found that the implementation function of hammer. js can only be native js, and jquery code is ineffective in hammer.

1. Introduce hammer. js

Download http://hammerjs.github.io/

<Script type = "text/javascript" src = "js/hammer. min. js"> </script>

Ii. Create (touch screen click effect)

// Click X in the game guide to close the guide.
New Hammer (document. getElementById ("game_guide_close"). on ("tap", function (){
Var pop = document. getElementById ("pop ");
Document. getElementById ("game_bg"). removeChild (pop );
});

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.