Bondt

Bondt

Reporting live from Germany and such!

Skip to content
Menu
  • General
  • Development
  • Short Stories
  • Photography
  • About me

Tag: js

Posted on October 29, 2014November 18, 2014Development

$(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…

Continue Reading
Posted on October 21, 2014November 18, 2014Development

Using source map files to debug SASS in Chrome

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…

Continue Reading
Posted on October 9, 2014October 28, 2014Development

Building loooong forms that don’t timeout at the end

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…

Continue Reading
Posted on September 25, 2014October 29, 2014Development

Pause (or play) embedded YouTube video’s with Javascript

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…

Continue Reading
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
© Copyright 2022 – Bondt | Imprint | Privacy
Bandana Theme by DesignOrbital ⋅ Powered by WordPress
Back to Top