Relume Community Icon
Relume Community
  • 🏠Home
  • 📅Events

  • 🔵Announcements
  • 🔵General
  • 🔵Getting Started
  • 🔵Issues
  • 🔵Showcase

Powered by Tightknit
General
General

Need Help with Deferring Scripts and Callback Functions in JS

Avatar of Emily M.Emily M.
·

Hey all, does anyone have experience with deferring scripts and using callback functions? I need to do this to make Monto and FS Range Slider work together, but I'm having trouble

1 comment

  • Avatar of Matt J.
    Matt J.
    ·

    Emily M. oof that sounds challenging....I am not sure on callback functions. Deferring scripts just means the priority of the script loading as the page loads - < script defer src="" > if you need it to load with the rest of the page (as soon as possible) you can use async or remove the attribute all together. Hope that part makes sense but callbacks...I really have no idea - I wish I did! This might be something for Slater.app though.