摘要:
for web browser have only one thread.while loading or execute js, the UI update will be blocked.some way to improve1.put js before tag.so js will be ... 阅读全文
摘要:
This part is some example to practice.1 avoid double evaluationless use of eval,new Function,settimeout,setinterval.string in these method are executa... 阅读全文
摘要:
ajax is an async transferring information way.three ways to exchange data in today.1. use XMLHttpRequest,normal way .but some attention. first ,xhr.re... 阅读全文