Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery Standards and Best Practice [closed]

I’m currently responsible for rolling out the use of jQuery to the community of Web Developers within our company. Part of this involves presenting a course, however another part involves communicating standards and best practice.

If you Google 'jQuery best practice', you’ll probably find the following among the search results. http://www.smashingmagazine.com/2008/09/16/jquery-examples-and-best-practices/ http://www.artzstudio.com/2009/04/jquery-performance-rules/

These have been helpful and I have gleamed much useful information on them. However, what I would be really interested in would be any tips, traps, opinions, etc, on best practice from experienced jQuery developers and those who may have found themselves in a similar position to myself. Any good links would also be appreciated.

EDIT:

Added a jQuery Coding Standards section on my own page:

http://www.jameswiseman.com/blog/?p=48

like image 409
James Wiseman Avatar asked Aug 07 '09 15:08

James Wiseman


People also ask

Is jQuery good practice?

jQuery is the most popular client-side library. It has many features ( HTML/DOM/CSS manipulation, Traversing, Ajax etc. ) and it easy to learn. This reason makes to the jQuery most popular client-side library.

What are JavaScript standards?

The standards for JavaScript are the ECMAScript Language Specification (ECMA-262) and the ECMAScript Internationalization API specification (ECMA-402). As soon as one browser implements a feature, we try to document it.


1 Answers

You can find this trending topic right here in StackOverflow.com

jQuery pitfalls to avoid

Very interesting useful tips one after the other.

here are some more i found in my bookmarks:

  • http://paulirish.com/2011/11-more-things-i-learned-from-the-jquery-source/
  • http://jquery.open2space.com/
  • http://thetoptenme.wordpress.com/2008/08/19/the-complete-guide-for-jquery-developer-reblog/
  • http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx
like image 90
adardesign Avatar answered Sep 21 '22 00:09

adardesign