Extending jQuery functions
When developing with jQuery or any other JavaScript framework, sometimes we want to do more with the framework core functions. For example, many times, when I’m adding or removing a class to/from a jQuery element I want to call a function. If I’ll call a function every time I’m…