摘要: var rand = (function(){ var today = new Date(); var seed = today.getTime(); function rnd(){ seed = ( seed * 9301 + 49297 ) % 233280; return ... 阅读全文
posted @ 2014-10-26 23:13 暗语321 阅读(810) 评论(0) 推荐(0) 编辑
摘要: // Bind script tag hack transportjQuery.ajaxTransport( "script", function(s) { // This transport only deals with cross domain requests if ( s.crossD... 阅读全文
posted @ 2014-10-26 19:24 暗语321 阅读(604) 评论(1) 推荐(0) 编辑