Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

loading

  1. T

    JavaScript Vanilla JavaScript Lazy Loading images & passing class to parent

    I have been tremendously struggling with a custom lazy load/parent class inheritance script I am trying to implement. I am trying to move away from jQuery to Vanilla JavaScript. I wrote a basic lazy load script which worked just fine, Codepen Link For That Here. I then began trying to expand...
  2. H

    JavaScript Set breakpoint on loading time

    Hello there! Sometimes, I want to locate a code that is changing a DOM element. For example, on Chrome I can set a breakpoint "On attribute modifications" for a specific DOM element, so the browser will break when such element has attribute modifications, and I can inspect the code. However...
  3. SpongeBOB

    JavaScript Loading JS that block all the rest of the page loading... (FireFox)

    Hi everyone, In my page I have something like : <!DOCTYPE html> <html lang="en"> <head> <title>A title</title> <meta charset="utf-8"> <script src="https://something.com/JS/"></script> </head> But if for any reason the <script src="https://something.com/JS/"></script> can't load...
Back
Top Bottom