<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The 14 Days of jQuery &#187; Day Twelve</title>
	<atom:link href="http://jquery14.com/category/day-12/feed" rel="self" type="application/rss+xml" />
	<link>http://jquery14.com</link>
	<description>jQuery 1.4 release</description>
	<lastBuildDate>Thu, 28 Jan 2010 06:03:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>jQuery 1.4.1 Released</title>
		<link>http://jquery14.com/day-12/jquery-141-released</link>
		<comments>http://jquery14.com/day-12/jquery-141-released#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:41:11 +0000</pubDate>
		<dc:creator>jresig</dc:creator>
				<category><![CDATA[Day Twelve]]></category>

		<guid isPermaLink="false">http://jquery14.com/?p=484</guid>
		<description><![CDATA[jQuery 1.4.1 is now out! This is the first bug fix release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and touching up some gaps in the API. I would like to thank the following people that provided patches for this release: Ben Alman, Mike Alsup, Irae Brasil, Matt Curry, [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery 1.4.1 is now out! This is the first bug fix release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and touching up some gaps in the API.</p>
<p>I would like to thank the following people that provided patches for this release: Ben Alman, Mike Alsup, Irae Brasil, Matt Curry, Robert Katić, Michael Monteleone, and Karl Swedberg.</p>
<h3>Downloading</h3>
<p>As usual, we provide two copies of jQuery, one minified (we now use the <a href="http://code.google.com/closure/compiler/">Google Closure Compiler</a> as the default minifier) and one uncompressed (for debugging or reading).</p>
<ul>
<li><a href="http://code.jquery.com/jquery-1.4.1.min.js">jQuery Minified</a> (23kb <a href="http://www.julienlecomte.net/blog/2007/08/13/">Gzipped</a>)</li>
<li><a href="http://code.jquery.com/jquery-1.4.1.js">jQuery Regular</a> (157kb)</li>
</ul>
<p>You can feel free to include the above URLs directly into your site and you will get the full performance benefits of a quickly-loading jQuery.</p>
<h3>New Features</h3>
<p>A full list of the API changes can be found in the <a href="http://api.jquery.com/category/version/1.4.1/">1.4.1 category on the jQuery API site</a>.</p>
<div id="magicdomid2">
<ul>
<li>.live(&#8220;focus&#8221;) and .live(&#8220;blur&#8221;) now work &#8211; mapping to .live(&#8220;focusin&#8221;) and .live(&#8220;focusout&#8221;). (<a href="http://api.jquery.com/live">Documentation</a>, <a href="http://dev.jquery.com/ticket/5804">Ticket</a>)</li>
<li>.live(&#8220;hover&#8221;) now exists, mapping to .live(&#8220;mouseenter mouseleave&#8221;). (<a href="http://api.jquery.com/live">Documentation</a>, <a href="http://dev.jquery.com/ticket/5801">Ticket</a>)</li>
<li>It&#8217;s now possible to bind multiple event types with live. (<a href="http://api.jquery.com/live">Documentation</a>, <a href="http://dev.jquery.com/ticket/5852">Ticket</a>)</li>
<li>Calling .die() (with no arguments) removes all bound live event handlers. (<a href="http://api.jquery.com/die">Documentation</a>, <a href="http://dev.jquery.com/ticket/5789">Ticket</a>)</li>
<li>.height( function ) and .width( function ) now exist. (<a href="http://api.jquery.com/height">Height Documentation</a>, <a href="http://api.jquery.com/width">Width Documentation</a>, <a href="http://dev.jquery.com/ticket/5915">Ticket</a>)</li>
<li>jQuery.parseJSON has been exposed, allowing you to parse JSON strings into JavaScript objects. (<a href="http://api.jquery.com/jQuery.parseJSON">Documentation</a>, <a href="http://dev.jquery.com/ticket/5914">Ticket</a>)</li>
<li>jQuery.error has been exposed, to be used by plugin developers to provide informative user feedback. (<a href="http://api.jquery.com/jQuery.error">Documentation</a>, <a href="http://dev.jquery.com/ticket/5913">Ticket</a>)</li>
</ul>
</div>
<h3>Bug Fixes</h3>
<div></div>
<div id="magicdomid7"><strong>Core</strong></div>
<div id="magicdomid14">
<ul>
<li><a href="http://dev.jquery.com/ticket/5859">window.JSON can&#8217;t take an empty string</a></li>
</ul>
</div>
<div id="magicdomid17"><strong>Events</strong></div>
<div id="magicdomid21">
<ul>
<li><a href="http://dev.jquery.com/ticket/3549">multi event bind() causes namespacing to fail</a></li>
</ul>
</div>
<div id="magicdomid23">
<ul>
<li>bind() with special events causes things to get corrupted (<a href="http://dev.jquery.com/ticket/5779">Ticket 1</a>, <a href="http://dev.jquery.com/ticket/5834">Ticket 2</a>)</li>
</ul>
</div>
<div id="magicdomid27">
<ul>
<li><a href="http://dev.jquery.com/ticket/5851">change event broken in IE</a></li>
</ul>
</div>
<div id="magicdomid30">
<ul>
<li><a href="http://dev.jquery.com/ticket/5695">Unable to preventDefault on live submit</a></li>
</ul>
</div>
<div id="magicdomid45">
<ul>
<li><a href="http://dev.jquery.com/ticket/5869">Select change event firing on first focus</a></li>
</ul>
</div>
<div id="magicdomid48">
<ul>
<li><a href="http://dev.jquery.com/ticket/5835">.live() is affecting inline scripts</a></li>
</ul>
</div>
<ul>
<li><a href="http://dev.jquery.com/ticket/3861">Stop live click from triggering on right click</a></li>
</ul>
<div id="magicdomid55"><strong>Traversing</strong></div>
<div id="magicdomid57">
<ul>
<li><a href="http://dev.jquery.com/ticket/5907">prev/nextUntil needs to check for non-element</a>s</li>
</ul>
</div>
<div id="magicdomid61">
<ul>
<li><a href="http://dev.jquery.com/ticket/5920">Make sure filter/not only does it on elements</a></li>
</ul>
</div>
<div id="magicdomid64"><strong>Effects</strong></div>
<div id="magicdomid66">
<ul>
<li><a href="http://dev.jquery.com/ticket/5910">Make sure animations only happen if speed is truthy or 0</a></li>
</ul>
</div>
<div id="magicdomid71"><strong>Ajax</strong></div>
<div id="magicdomid73">
<ul>
<li><a href="http://dev.jquery.com/ticket/5922">ajaxError not firing on 404 for load</a></li>
</ul>
</div>
<div id="magicdomid76">
<ul>
<li><a href="http://dev.jquery.com/ticket/5862">if data has length breaks param</a></li>
</ul>
</div>
<div id="magicdomid78">
<ul>
<li><a href="http://dev.jquery.com/ticket/5838">Make sure context is set back to original in all cases</a></li>
</ul>
</div>
<div id="magicdomid81">
<ul>
<li><a href="http://dev.jquery.com/ticket/5924">Don&#8217;t deep extend context</a></li>
</ul>
</div>
<div id="magicdomid84">
<ul>
<li><a href="http://dev.jquery.com/ticket/5923">Don&#8217;t attempt to set the readyState</a></li>
</ul>
</div>
<div id="magicdomid87">
<ul>
<li><a href="http://dev.jquery.com/ticket/4435">Parsererror cause lost</a></li>
</ul>
</div>
<div id="magicdomid90"><strong>Offset</strong></div>
<div id="magicdomid92">
<ul>
<li><a href="http://dev.jquery.com/ticket/5888">Make sure .offset(coords) return a jQuery set</a></li>
</ul>
</div>
<div id="magicdomid101"><strong>Manipulation</strong></div>
<div id="magicdomid103">
<ul>
<li><a href="http://dev.jquery.com/ticket/5845">Make sure .html() is XHTML purified</a></li>
</ul>
</div>
<div id="magicdomid105">
<ul>
<li><a href="http://dev.jquery.com/ticket/5929">Cloned checkbox checked aren&#8217;t cloned in WebKit</a></li>
</ul>
</div>
<div id="magicdomid108">
<ul>
<li><a href="http://dev.jquery.com/ticket/5798">replaceWith(fn) function scope is useless</a></li>
</ul>
</div>
<div id="magicdomid110">
<ul>
<li><a href="http://dev.jquery.com/ticket/5799">wrapInner(fn) is inconsistent with wrapInner(html)</a></li>
</ul>
</div>
<div id="magicdomid113">
<ul>
<li><a href="http://dev.jquery.com/ticket/5856">.remove() not removing generic handler</a></li>
</ul>
</div>
<div id="magicdomid115">
<ul>
<li><a href="http://dev.jquery.com/ticket/5906">Possible memory leak with remove()/events in IE</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jquery14.com/day-12/jquery-141-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4 Hawtness #5, with Paul Irish</title>
		<link>http://jquery14.com/day-12/jquery-1-4-hawtness-5-with-paul-irish</link>
		<comments>http://jquery14.com/day-12/jquery-1-4-hawtness-5-with-paul-irish#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:36:23 +0000</pubDate>
		<dc:creator>paul.irish</dc:creator>
				<category><![CDATA[Day Twelve]]></category>

		<guid isPermaLink="false">http://jquery14.com/?p=471</guid>
		<description><![CDATA[The fifth of six installments, Paul walks you through the improvements and additions to the API in jQuery 1.4. He demonstrates with real-world examples how you&#8217;ll put these new features to use, along with recommendations on performance and useful hints on the internals. In Hawtness #5, Paul covers the new hawt element creation syntax, and [...]]]></description>
			<content:encoded><![CDATA[<p>The fifth of six installments, Paul walks you through the improvements and additions to the API in jQuery 1.4. He demonstrates with real-world examples how you&#8217;ll put these new features to use, along with recommendations on performance and useful hints on the internals.</p>
<p>In Hawtness #5, Paul covers the <b>new hawt element creation syntax</b>, and <code>detach()</code>, <code>data()</code>, <code>toggleClass()</code>, <code>contains()</code>, the Zen-ness of <code>jQuery.noop</code>, and why <code>index()</code> has so much more awesome now. <a href="http://gist.github.com/286150">The code discussed in ep #5 is viewable and forkable on github</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jquery14.com/day-12/jquery-1-4-hawtness-5-with-paul-irish/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Content Delivery Network via static.jquery.com/jquery14

Served from: blog.jquery.com @ 2012-02-04 02:24:53 -->
