Share this post! | Vote this! |
|
Most of us that began writing jQuery started because we heard how awesome it was and we were frustrated at JavaScript. jQuery is awesome, but like any programming language, there can be problems and pitfalls we want to try to avoid. This article talks about ten common better uses of jQuery that will help you get your job done right. They won’t make you a jQuery expert, but they will show you some best practices and better ways of using the library.
1. Make Sure Your Version is Up-to-date
Why: jQuery is constantly changing and updating. Improvements to the efficiency of the code are being added that can improve performance. Keeping your jQuery version up to date can prevent bugs and other problems that have already been fixed in newer versions.More...
0 comments:
Post a Comment