fd-gulp-convert-encoding
Version:
convert file to assigned charset
28 lines (20 loc) • 453 B
JavaScript
/**
* ���
*/
;
(function($) {
var AliClick = {
init : function() {
$("body").on("mousedown","a[t]",function(obj){
//obj.preventDefault();
var value = "?searchtrace=" + $(this).attr("t");
(new Image()).src = "http://stat.1688.com/search/queryreport.html"
+ value + "&time=" + (+new Date);
});
},
end : 0
};
$(function() {
AliClick.init();
});
})(jQuery);