Tham khảo tài liệu 'wordpress jquery - part 5', công nghệ thông tin, đồ họa - thiết kế - flash phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Getting Started WordPress and jQuery Downloading from the jQuery site If you head over to the jQuery site at http you ll find that the home page offers you two download options production and development libraries of version the most current stable version available at the time of this writing. The production version has been compressed and minified into a smaller file size that will load much more quickly. It weighs in at 24KB. The development version which hasn t been compressed comes in at 155KB. That s quite a bit larger but it s much easier to open up and read if you ever run into a debugging problem and should need to. 26 Chapter 1 The ideal scenario is that you re supposed to use the development version of jQuery while creating your site and when you release it live switch over to the production version which will load much more quickly. Many of you will probably never want to look inside the jQuery library but it s a good idea to download both anyway. In the event your debugging process keeps showing you a line of code in the jQuery library that is giving you problems you can switch over to the development version to see more clearly what the line of code is trying to do. I can tell you the odds that something in the jQuery library has a bug in it is slim It will almost always be your jQuery script or plugin that has the problem but being able to look at the full jQuery library may give you an insight as to what s wrong with your script s code and why the library can t work with it. There s no difference between the production and development libraries just file size and human readability. jqueryjs Query JavaScript Library Project Home Downloads Source Search Current downloads vj for Search J Download jQuery Minified Uploaded by ieresiq Uploaded Feb KB Downloads 68914285 Type-Source SHA1 Checksum 3dc9f7c2642efff4482e68c9d9df874bf98f5bcb Tip Use the SHA1 checksum shown to verify file integrity On jQuery