πŸ”” Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

HqyInteract is a touch enabled jQuery plugin that lets you create powerful interactions.

Drag_Drop Plugins

Documentation

HQY Interact

Touch enabled jQuery plugin that lets you create powerful interactions.

To get started, check out http://rockcookies.github.io/hqy-interact/.

Quick start

Download the latest release.

Put the script at the bottom of your markup right after jQuery:

<script src="jquery.min.js"></script> <script src="hqyinteract/hqy.interact.min.js"></script>

Call the plugin function and your carousel is ready.

<div id="demo">drag me</div>  <script type="text/javascript">   $("#demo").hqyDraggable(); </script>

Documentation

The documentation, included in this repo in the root directory, is built with Jekyll and publicly available at http://rockcookies.github.io/hqy-interact/. The documentation may also be run locally.


You May Also Like