Prevent DOM Reflow
Javascript is a really laid back language. You can write a script a hundred different ways and most browsers don’t care. However, as I found out there are consequences for not diligently writing proper code. I turned Chris Coyier’s datalist … Continue reading