furf/jquery-ui-touch-punch

Selectable and selected event

Opened this issue · 0 comments

I have table cells (class='selectable') wired up to use the selected (selectableselected) event. I also have these table cells wired up to the selected (selectablestop) event. When I touch and drag a table cell, the stop event fires, and the function that runs on that event is run. However, the selected event does not fire when I drag across multiple table cells. Is there some configuration detail I'm missing? I'm referencing:

<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="js/jquery-ui.js"></script> <script src="js/jquery.ui.touch-punch.js"></script>

Is the selected event supported in touch-punch?