What does Touch Punch JQuery UI offer?

M Zeinstra picture M Zeinstra · Jun 29, 2016 · Viewed 7.2k times · Source

I'm using JQuery UI Touch Punch, like I use it in this JSFiddle. I searched a lot of places to figure out what event and ui contains, but I wasn't able to find something about it.

Is there some kind of documentation that I'm missing? Or can someone explain me what Touch Punch offers and what the event and ui parameters contain?

Answer

T J picture T J · Jun 29, 2016

jQuery UI Touch Punch is a library that just adds touch support to jQuery UI.

The documentation you are looking for is jQuery UI official site.

You can select the components to see a demo of them in action, and read their API documentation for further info. For example here is the API docs for sortable widget.

The arguments passed to callbacks and their properties might vary between widgets or the events that triggered them. The API docs usually contain such information. For example you can see what properties are present in sortable's start event arguments in start event documentation.