Is the new version of JQUERY compatible with parallax and waypoint?

Is the new version of JQUERY compatible with parallax and waypoint?

Hi I am creating an effect based on this demo:
http://cdn.tutsplus.com/webdesign/uploads/legacy/tuts/338_parallax/src/index.html

So I need to use the following plugins:

  • jquery.stellar.min.js
  • waypoints.min.js
  • jquery.easing.1.3.js


But I also need to use the latest jquery library:

http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js


However it does not work with the most recent JQUERY plugin. The original demo uses:

ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js


I have tried other demos and none of them seem so work with the latest version of jquery only with older versions, is this a known issue? Are there specific updates I need to make to the plugins?