In this short tutorial we will be making a jQuery plugin that will shuffle the text content of any DOM element – an interesting effect that can be used in headings, logos and slideshows. The Code :The first step is to write the backbone of our jQuery plugin. We will place the code inside a self-executing anonymous function, and extend ..