hot-rank.js 361 Bytes
var $ = require('jquery'),
    Hammer = require('yoho.hammer');
var Lazyload = require('yoho.lazyload');

Lazyload($('img.lazy'));
$.ajax({
	type: 'POST',
    url: 'http://m.dev.yohobuy.com/product/newsale/selectHotrank',
    dataType: 'html',
   	success: function(date){
   		$('#hotRank').append(date);
		$('#yoho-footer').css('position', 'static');
   	}
})