Closed leorcdias closed 5 years ago
I tried to remove sticky using $('#element').unsticky(), but the console return the error: Uncaught TypeError: $(...).unsticky is not a function.
$('#element').unsticky()
Uncaught TypeError: $(...).unsticky is not a function
Why the console is returning this warning message?
I found the error, I didn't even notice that I was using a Y at the end of the function ...
I tried to remove sticky using
$('#element').unsticky()
, but the console return the error:Uncaught TypeError: $(...).unsticky is not a function
.Why the console is returning this warning message?