摘要:
Best Practices and Commonly Made MistakesRelated Question:jQuery pitfalls to avoidRemember to use$(document).ready1.记得用 $(document).readyIf your code is somehow manipulating the DOM, then you need to either wrap it in a$(document).ready(function() {...});block or move it to the end of your HTML.Cach 阅读全文
posted @ 2013-05-08 16:14
lanfengniao
阅读(140)
评论(0)
推荐(0)
浙公网安备 33010602011771号