How to remove fastclick from a specific element?

rob.m

I am using fast click and I am applying it to the body by:

FastClick.attach(document.body);

How do I not apply it to an element like:

<div class="item">My El</div> -- Do not apply fastclick to this element

UPDATE

Missed the doc which tells how to

Pointy

If you add the class "needsclick" to an element, then fastclick won't try and do its special magic.

<div class="item needsclick">My El</div>

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

how to remove specific String from String in java

분류에서Dev

How to remove object with specific name from ArrayList

분류에서Dev

how to remove specific String from String in java

분류에서Dev

How find and remove DOM element from directive?

분류에서Dev

How to remove specific URL from Opera address bar autocomplete?

분류에서Dev

How to remove a specific package from dependency list of another package?

분류에서Dev

how can i add and remove element dynamically from linear layout?

분류에서Dev

How to remove an element from :class [Ljava.lang.String?

분류에서Dev

finding a specific array element and remove the container array

분류에서Dev

Remove all elements with specific class if clicked outside of specific element

분류에서Dev

how to remove specific rows in a matrix

분류에서Dev

How to remove whitespace in array element?

분류에서Dev

How to remove a simple specific key value pair from all objects inside an array

분류에서Dev

Remove specific hardware request from Android app

분류에서Dev

Javascript Remove specific attribute from style

분류에서Dev

Remove specific formatting from style in MS Word

분류에서Dev

How to remove an element from a dynamically allocated array of objects with operator -= without using std::vectors?

분류에서Dev

How do I remove a particular option from a jQuery Select2 element?

분류에서Dev

Method that add and remove an element from a List

분류에서Dev

TransitionGroup does not remove element from DOM

분류에서Dev

How to extract specific parts from the array element that contains HTML code and create a new array with this extracted content?

분류에서Dev

ifelse condition with sampling from specific vector element

분류에서Dev

XML grab attribute from specific element node

분류에서Dev

How to Add and remove attribute if found specific class

분류에서Dev

How to remove an array element in json-c?

분류에서Dev

How to remove an array element in json-c?

분류에서Dev

How to remove text in an element but show its children

분류에서Dev

How to unescape an element and remove the namespace attribute

분류에서Dev

how to find specific html element pattern

Related 관련 기사

  1. 1

    how to remove specific String from String in java

  2. 2

    How to remove object with specific name from ArrayList

  3. 3

    how to remove specific String from String in java

  4. 4

    How find and remove DOM element from directive?

  5. 5

    How to remove specific URL from Opera address bar autocomplete?

  6. 6

    How to remove a specific package from dependency list of another package?

  7. 7

    how can i add and remove element dynamically from linear layout?

  8. 8

    How to remove an element from :class [Ljava.lang.String?

  9. 9

    finding a specific array element and remove the container array

  10. 10

    Remove all elements with specific class if clicked outside of specific element

  11. 11

    how to remove specific rows in a matrix

  12. 12

    How to remove whitespace in array element?

  13. 13

    How to remove a simple specific key value pair from all objects inside an array

  14. 14

    Remove specific hardware request from Android app

  15. 15

    Javascript Remove specific attribute from style

  16. 16

    Remove specific formatting from style in MS Word

  17. 17

    How to remove an element from a dynamically allocated array of objects with operator -= without using std::vectors?

  18. 18

    How do I remove a particular option from a jQuery Select2 element?

  19. 19

    Method that add and remove an element from a List

  20. 20

    TransitionGroup does not remove element from DOM

  21. 21

    How to extract specific parts from the array element that contains HTML code and create a new array with this extracted content?

  22. 22

    ifelse condition with sampling from specific vector element

  23. 23

    XML grab attribute from specific element node

  24. 24

    How to Add and remove attribute if found specific class

  25. 25

    How to remove an array element in json-c?

  26. 26

    How to remove an array element in json-c?

  27. 27

    How to remove text in an element but show its children

  28. 28

    How to unescape an element and remove the namespace attribute

  29. 29

    how to find specific html element pattern

뜨겁다태그

보관