jQuery.noConflict();

jQuery(document).ready(function($){
  $("img").lazyload({
    threshold:50
  });
});