README
Where to find what:
plugin/ The script itself
demo/ Demonstration of including, invoking, etc.
thirdparty/ Other libraries
This jQuery plugin adds capability to long-click on selected elements, just as a long tap on, say, a mobile device.
<script type="module">
import jqueryLongclick from 'https://cdn.skypack.dev/jquery.longclick';
</script>
Where to find what:
plugin/ The script itself
demo/ Demonstration of including, invoking, etc.
thirdparty/ Other libraries