--- title: Touch Demo subTitle: Touch description: Touch usage demo sort: 12 tags: - demo ---

Touch

This demonstrates some of the touch features.

JS:

{{#markdown }} ```$(document).ready(function(){ $('#demoSlider').bxSlider({ preventDefaultSwipeX: true }); }); ```

HTML:

```
``` {{/markdown}}