CSS has a feature called !important. What it does is force a property to be used, regardless of other properties that are more specific. It can be very handy.
With the advent of jQuery, coding in JavaScript became accessible to almost everybody. But with it came some very fundamental errors that could have been avoide…