摘要: <!DOCTYPE HTML><html><body>Makes XHR request every 50ms. Watch the memory. Fixes XHR leak in older IEs.<script>onload = function() { setInterval(function(){ var xhr = new XMLHttpRequest() xhr.open('GET', 'jquery.js', true) xhr.onreadystatechange = function() { 阅读全文
posted @ 2013-01-22 14:06 汉城 阅读(106) 评论(0) 推荐(0) 编辑