Scroll error when downloading to change color

0

When I scroll down and change my menu color, I get it that is not defined

imgur.com/cDnGn.png

    
asked by Brayan Inche 10.11.2018 в 15:56
source

1 answer

0

and if you try to insert html or body?

$("html").scroll(function(){
   // tu codigo
});

Also in your code there is this:

export const menu = () =>{
  $("html").scroll(function(){
     // tu codigo
  });
}

And it may be that the export is giving this error. I'm not sure

    
answered by 10.11.2018 в 16:06