Separate CSS classes for Javascript
There was a mini debate among friends on Twitter recently about using separate class names for JavaScript. For example <div class=”tab iTab”>; with your CSS attached to “.tab” and your JS attached to “.iTab”. Coincidentally this is something I started doing a few projects ago, thinking separation good / overloading bad, and I have toContinue Reading