How to remove fastclick from a specific element?-open source projects ftlabs/fastclick
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:
My El -- Do not apply fastclick to this element
UPDATE
Missed the doc which tells how to