I am using the lightcase.js plugin to make a carousel of images. How can I remove the plugin from the elements in which I have initialized the plugin, by means of the instruction:
$("a.item-lightcase").lightcase({
transition: 'scrollHorizontal'
});
What I want is to remove the plugin from the elements whenever I want, and initialize it whenever I want.
Thank you.