5 Quick Tips to Improve Your jQuery

Share this article

Today I thought I would share, a quick 5 tips to improve your jQuery. Enjoy.

1. Familiarise yourself with some common jQuery Errors

jquery-errors-post
There is a post on the blog I update with heaps of jQuery errors, what caused them and solutions to the Common jQuery Errors. Impress your mates next time they ask you to look a JavaScript error they have no idea about.

2. Learn a new JavaScript Object Pattern

basic-jquery-plugin
Take a look at the JavaScript Module Pattern and how it can be used to keep your private API separate from your public API. It’s a better approach than simple JavaScript namespacing.

3. Learn some Shorthand JavaScript

improve-your-javascript
Learn some quick JavaScript shorthand coding techniques to speed up things such as variable declarations and logical operations.

4. Learn how to analyse HTTP requests

firebug-net-panel
Learn how to analyse HTTP requests by using the Firebug NetPanel or Http fox to check http requests on js files and other includes to speed up your page loading times.

5. Start Using Sublime 2 IDE

setup-sublime2
In my opinion Sublime 2 text editor is the chief when it comes to web development especially JavaScript, so install Sublime 2 and get started.

Also see:

Sam DeeringSam Deering
View Author

Sam Deering has 15+ years of programming and website development experience. He was a website consultant at Console, ABC News, Flight Centre, Sapient Nitro, and the QLD Government and runs a tech blog with over 1 million views per month. Currently, Sam is the Founder of Crypto News, Australia.

jQuery
Share this article
Read Next
Get the freshest news and resources for developers, designers and digital creators in your inbox each week