JQuery Plugin Creation – with Sample Code!

With JQuery being one of the most widely used JavaScript libraries, there are times where you have to reuse code. A function isn’t always the answer and oftentimes you need to write your own JQuery plugin or extend an already existing one. The purpose of this post is to show how to make a simple […]