Getting and including the TouchSwipe plugin
Let's add TouchSwipe.js
to our plugins file:
Go to the TouchSwipe GitHub repository at https://github.com/mattbryson/TouchSwipe-Jquery-Plugin.
Download the repository.
Find the
jquery.touchSwipe.min.js
file and copy the code.Paste the plugin code into your
plugins.js
file in thejs
folder after the Bootstrap plugins.Save the file.
Plugin added. Now let's initialize it.