JQuery Plugin- incrementing textbox
I recently needed to increment and decrement a number inside a textbox using jQuery and couldn’t find a decent solution online. I decided to create my own generic plugin so I can re-use it where ever I see fit. I have made the plugin as generic as possible so it...