stellar.js - boostrapv4 - jquery 3.2.1 issue (no jquery migrate to use)

216 Views Asked by At

I'm trying to use stellar with bootstrap v4, jquery 3.2.1 but it returns error "Uncaught TypeError: elem.getClientRects is not a function"

jsfiddle link

$.stellar({
  horizontalScrolling: false,
  verticalOffset: 40
});

Thanks!

1

There are 1 best solutions below

0
Fred K On BEST ANSWER

Stellar is no more maintained and it's not compatible with newer jQuery 3. Try to use jQuery 2 and it should works.