25 Tips To Improve Your jQuery
Jon Hobbs-Smith, from TVI Design, has a great post out there that covers 25 tips to improve your jQuery. He describes himself as an “intermediate” jQuery user, but he has a great little list of tips, tricks and techniques to improve your use of jQuery.
Here’s a link to the post. Here are links to the different areas of the post:
- Load the framework from Google Code
- Use a cheat sheet
- Combine all your scripts and minify them
- Use Firebug’s excellent console logging facilities
- Keep selection operations to a minimum by caching
- Keep DOM manipulation to a minimum
- Wrap everything in a single element when doing any kind of DOM insertion
- Use IDs instead of classes wherever possible
- Give your selectors a context
- Use chaining properly
- Learn to use animate properly
- Learn about event delegation
- Use classes to store state
- Even better, use jQuery’s internal data() method to store state
- Write your own selectors
- Streamline your HTML and modify it once the page has loaded
- Lazy load content for speed and SEO benefits
- Use jQuery’s utility functions
- Use noconflict to rename the jquery object when using other frameworks
- How to tell when images have loaded
- Always use the latest version
- How to check if an element exists
- Add a JS class to your HTML attribute
- Return ‘false’ to prevent default behaviour
- Shorthand for the ready event
This entry was posted on Tuesday, June 30th, 2009.
You can leave a comment, or trackback from your own site.
You can leave a comment, or trackback from your own site.
No Comments Yet
You can be the first to comment!

Leave a comment