<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://labs.echoditto.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>EchoDitto Labs - jQuery 1.2! Woo! - Comments</title>
 <link>http://labs.echoditto.com/jquery-1.2</link>
 <description>Comments for &quot;jQuery 1.2! Woo!&quot;</description>
 <language>en</language>
<item>
 <title>FDSAGSDF DFHSGF DFHGFH</title>
 <link>http://labs.echoditto.com/jquery-1.2#comment-3860</link>
 <description>&lt;p&gt;FDSAGSDF DFHSGF DFHGFH RTSHDDT RSTHRSHR RSTHRS SRTH&lt;/p&gt;
</description>
 <pubDate>Wed, 05 Dec 2007 23:29:09 -0800</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 3860 at http://labs.echoditto.com</guid>
</item>
<item>
 <title>Thanks for the tip, Joshua.</title>
 <link>http://labs.echoditto.com/jquery-1.2#comment-3033</link>
 <description>&lt;p&gt;Thanks for the tip, Joshua.  I have to confess that I haven&#039;t had a need for fancy UI effects since my jQuery conversion.  But the UI plugin certainly looks impressive -- it&#039;s nice to know I won&#039;t have to go crawling back to scriptaculous if a client insists on drag-n-drop.&lt;/p&gt;
</description>
 <pubDate>Thu, 20 Sep 2007 07:39:13 -0700</pubDate>
 <dc:creator>Tom</dc:creator>
 <guid isPermaLink="false">comment 3033 at http://labs.echoditto.com</guid>
</item>
<item>
 <title>If you&#039;ve used the Interface</title>
 <link>http://labs.echoditto.com/jquery-1.2#comment-3020</link>
 <description>&lt;p&gt;If you&#039;ve used the Interface plugin for jQuery, and are excited about the new jQuery 1.2, as I am, you should also check out jQuery UI. This was released on Sunday, less than a week after 1.2 was released. Check it out at &lt;a href=&quot;http://ui.jquery.com/&quot; title=&quot;http://ui.jquery.com/&quot;&gt;http://ui.jquery.com/&lt;/a&gt;.&lt;/p&gt;
</description>
 <pubDate>Wed, 19 Sep 2007 20:50:12 -0700</pubDate>
 <dc:creator>JoshuaIsaac</dc:creator>
 <guid isPermaLink="false">comment 3020 at http://labs.echoditto.com</guid>
</item>
<item>
 <title>jQuery 1.2! Woo!</title>
 <link>http://labs.echoditto.com/jquery-1.2</link>
 <description>&lt;p&gt;I&#039;m kind of a jQuery fanboy.  Nontechnical friends following my Twitter feed are sick of hearing about it; my colleagues at EchoDitto have learned to avoid mentioning competing JS libraries around me, lest they be subjected to a long and increasingly enthusiastic speech about why they should be using jQuery instead.  It&#039;s a bit embarrassing.  I&#039;ve used &lt;a href=&quot;http://script.aculo.us/&quot;&gt;script.aculo.us&lt;/a&gt;, &lt;a href=&quot;http://moofx.mad4milk.net/&quot;&gt;moo.fx&lt;/a&gt;, and read enough of the &lt;a href=&quot;http://dojotoolkit.org/&quot;&gt;Dojo&lt;/a&gt; docs to become deeply confused.  But jQuery&#039;s the one for me.&lt;/p&gt;

&lt;p&gt;And, excitingly, &lt;a href=&quot;http://jquery.com/blog/2007/09/10/jquery-12-jqueryextendawesome/&quot;&gt;a new version was released on Monday&lt;/a&gt;.  Let&#039;s have a look at the biggest changes, shall we (or at least the ones that seem most immediately relevant to me)?&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2#Removed_Functionality&quot;&gt;No more XPath&lt;/a&gt;.&lt;/strong&gt;  I like XPath.  I used it in a bunch of &lt;a href=&quot;http://www.greasespot.net/&quot;&gt;GreaseMonkey&lt;/a&gt; scripts, and it seemed like an intuitive and efficient way to access the DOM.  But I never found myself using it in jQuery.  I&#039;m not sure why &amp;mdash; like everything else associated with CSS, the CSS2/3 selectors that jQuery dutifully supports seem byzantine, and etymologically unmoored.  Continuing the adherence to CSS tradition, you can accomplish what you need to do, but only in the least intuitive way possible.&lt;br/&gt;&lt;br/&gt;

But I still found myself using CSS in $() &amp;mdash; it just seemed to be jQuery&#039;s first language &amp;mdash; and even I can admit that supporting a CSS/XPath mishmash in the $() selector was a messy idea.  &lt;a href=&quot;http://jquery.com/plugins/project/xpath&quot;&gt;XPath support is now available as a plugin&lt;/a&gt;, should you find yourself wanting it.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Attributes&quot;&gt;A more valiant .val()&lt;/a&gt;.&lt;/strong&gt;  Man, could I ever have used this last week: $().val() now supports checkboxes, radio buttons and select lists in a more robust manner.  This is much-needed &amp;mdash; there have been form field plugins available for a while, but in my experience they don&#039;t play nicely with Drupal&#039;s []-laden form field names.  I haven&#039;t tested out the new functionality with Drupal, but if it works as advertised I&#039;ll be a happy camper.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/CSS&quot;&gt;Built-in functionality from the Dimensions plugin&lt;/a&gt;.&lt;/strong&gt; I&#039;ve been using the &lt;a href=&quot;http://jquery.com/plugins/project/dimensions&quot;&gt;aforementioned plugin&lt;/a&gt; recently and finding myself extremely pleased with it.  It&#039;ll be great to have $().height(), $().width() and $().offset() methods properly available in jQuery core.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Effects&quot;&gt;New animation goodies&lt;/a&gt;.&lt;/strong&gt; Color animation, support for percentages and relative positioning, and an animation-queueing system.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Ajax&quot;&gt;AJAX Changes&lt;/a&gt;.&lt;/strong&gt; JSONP is now supported; a bunch of AJAX convenience methods no longer are.  It&#039;s nothing too earth-shattering, but I suspect this is the change from 1.1 that&#039;s likely to break the most code (albeit never in a very serious way).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But never fear &amp;mdash; this doesn&#039;t appear to be a bugfix-focused release; nobody&#039;s making you upgrade.  And in addition to the XPath plugin, there&#039;s a &lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2#jQuery_1.1_Compatibility_Plugin&quot;&gt;1.1 compatibility plugin&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Overall, it looks like a lot of useful changes &amp;mdash; although that just makes the fact that the release comes days after my last jQuery binge sting all the more.&lt;/p&gt;</description>
 <comments>http://labs.echoditto.com/jquery-1.2#comments</comments>
 <category domain="http://labs.echoditto.com/taxonomy/term/46">drupal</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/35">javascript</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/90">jquery</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/91">jquery1.2</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/92">release</category>
 <pubDate>Wed, 12 Sep 2007 06:31:43 -0700</pubDate>
 <dc:creator>Tom</dc:creator>
 <guid isPermaLink="false">43 at http://labs.echoditto.com</guid>
</item>
</channel>
</rss>
