$(document).ready() != $(window).load()
Here’s a short one: $(document).ready(function() { // or its shorter $(function() { }); // I’ll wait for the DOM to load }); is not the…
Reporting live from Germany and such!
Here’s a short one: $(document).ready(function() { // or its shorter $(function() { }); // I’ll wait for the DOM to load }); is not the…
Here’s a cool tutorial on how to work with source map files for SASS in Chrome. Using Source Maps to Debug Sass in Chrome And…
If you build many different websites in your work, you’re bound to stumble upon a project where you have to build a huge form, but…
First, make sure the embedded video has the following parameter set to 1, like so: //www.youtube.com/embed/gzDS-Kfd5XQ?enablejsapi=1 Or if it’s not the first parameter, replace the…