Get started with fastclick CDN

MIT licensed

Library: Fastclick - Optimizes mobile tap events, reduces click delay.

Tags:
  • fastclick
  • mobile
  • touch
  • tap
  • click
  • delay

Stable version

Copied!

How to start using fastclick CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with fastclick CDN - cdnhub.io</title>
  <script src="https://cdn.cdnhub.io/fastclick/1.0.6/fastclick.min.js" defer></script>
  <script>
    document.addEventListener('DOMContentLoaded', function() {
      FastClick.attach(document.body);
    });
  </script>
</head>
<body>
  <!-- Your content goes here -->
</body>
</html>
Copied!
Copied!

All versions