I&#39;m not sure that jQuery has coding stanards, but I like this form for anonymous functions in plugins. It&#39;s succint and readable.&nbsp; I&#39;m totally down with 2 spaces being the indentation standard. I prefer tighter lines of code in my JS and tend to use single line conditional constructs alot.<br>
<br>$(&#39;div&#39;).each(function() {<br>&nbsp;&nbsp; // do my stuff.<br>});<br><br>.darrel.<br><br><div class="gmail_quote">On Mon, May 19, 2008 at 11:38 AM, David Timothy Strauss &lt;<a href="mailto:david@fourkitchens.com">david@fourkitchens.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>I&#39;d rather use jQuery&#39;s standards as a foundation rather than Drupal&#39;s PHP ones, unless we have a good reason to do otherwise.<div>
<div></div><div class="Wj3C7c"><br><br>----- &quot;Stella Power&quot;  wrote:
<br>&gt; Heya,<br>&gt; More and more contrib modules are including JavaScript files, so I want to add the ability to review JavaScript files to the <a href="http://drupal.org/project/coder" rel="nofollow" target="_blank">Coder</a> module.  However, step 1 is we need to agree on what coding standards we should be using for JavaScript.<br>
&gt; 
<br>&gt; At present we have the <a href="http://drupal.org/node/172169" rel="nofollow" target="_blank">Coding standards for JS files</a> doc which has one or two ideas but isn&#39;t complete.  We also have the main <a href="http://drupal.org/coding-standards" rel="nofollow" target="_blank">Coding Standards</a>
doc, and while most are transferable to JavaScript, not all are. So I&#39;ve put some suggestions together at <a href="http://drupal.org/node/260140" target="_blank">http://drupal.org/node/260140</a>&nbsp; A fair few of them come from the standards used by JSLint so there shouldn&#39;t be many surprises.&nbsp; I&#39;d really appreciate a discussion/debate on this and hopefully we can agree on the coding standards we want to use.<br>
&gt; 
<br>&gt; Cheers,<br>&gt; Stella<br>&gt; 
</div></div></div></blockquote></div><br>