<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: jQuery 1.3.2 and beyond</title>
	<atom:link href="http://ajaxian.com/archives/jquery-132-and-beyond/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/jquery-132-and-beyond</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: heyyeah</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271655</link>
		<dc:creator>heyyeah</dc:creator>
		<pubDate>Fri, 27 Feb 2009 02:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271655</guid>
		<description>@Jadet I guess each will differ about what should be core and plugin but the great thing about a requires is that makes handling plugins and script loading easier?

@Kof Thanks for writing XLazyLoader. I&#039;m really looking forward to using this and happy it&#039;s going into jQuery</description>
		<content:encoded><![CDATA[<p>@Jadet I guess each will differ about what should be core and plugin but the great thing about a requires is that makes handling plugins and script loading easier?</p>
<p>@Kof Thanks for writing XLazyLoader. I&#8217;m really looking forward to using this and happy it&#8217;s going into jQuery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimos</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271553</link>
		<dc:creator>Aimos</dc:creator>
		<pubDate>Tue, 24 Feb 2009 09:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271553</guid>
		<description>Well the delegate plugin for jQuery also bubbles very well, but I was asking for the jQuery core one. :D</description>
		<content:encoded><![CDATA[<p>Well the delegate plugin for jQuery also bubbles very well, but I was asking for the jQuery core one. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JustinMeyer</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271549</link>
		<dc:creator>JustinMeyer</dc:creator>
		<pubDate>Tue, 24 Feb 2009 05:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271549</guid>
		<description>@Aimos in JavaScriptMVC right now.</description>
		<content:encoded><![CDATA[<p>@Aimos in JavaScriptMVC right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kof</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271546</link>
		<dc:creator>Kof</dc:creator>
		<pubDate>Mon, 23 Feb 2009 17:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271546</guid>
		<description>First of all, I am very glad that jQuery is interested in &quot;lazy loading&quot; of javascript/css. (I wrote the &lt;a href=&quot;http://code.google.com/p/ajaxsoft/wiki/xLazyLoader&quot; rel=&quot;nofollow&quot;&gt;xLazyLoader&lt;/a&gt; ). 

But I also think, that it doesn&#039;t belong in the core of jQuery, but rather in the UI.
1. Keep the core small
2. The majority of users don&#039;t need to &quot;lazy load&quot; the plugins

Some new features:
I would predefine the standard paths to the files for ui and effects, as well as interface for ui.progress.js.
There is also no posiibility to register the plugins, so that they can be later loaded, as they needed.
e.g.: 
&lt;code&gt;
jQuery.register(&#039;pluginName&#039;, &#039;ui.plugin.js&#039;, &#039;ui.plugin.css&#039;) 

or 

jQuery.require({
	files: &#039;ui.plugin.js&#039;, &#039;ui.plugin.css&#039;,
	name: pluginName,
	type: &#039;lazy&#039;
});

&lt;/code&gt;

I would donate and integrate this plugin to jQuery UI and maintain it in the future :)</description>
		<content:encoded><![CDATA[<p>First of all, I am very glad that jQuery is interested in &#8220;lazy loading&#8221; of javascript/css. (I wrote the <a href="http://code.google.com/p/ajaxsoft/wiki/xLazyLoader" rel="nofollow">xLazyLoader</a> ). </p>
<p>But I also think, that it doesn&#8217;t belong in the core of jQuery, but rather in the UI.<br />
1. Keep the core small<br />
2. The majority of users don&#8217;t need to &#8220;lazy load&#8221; the plugins</p>
<p>Some new features:<br />
I would predefine the standard paths to the files for ui and effects, as well as interface for ui.progress.js.<br />
There is also no posiibility to register the plugins, so that they can be later loaded, as they needed.<br />
e.g.:<br />
<code><br />
jQuery.register('pluginName', 'ui.plugin.js', 'ui.plugin.css') </p>
<p>or </p>
<p>jQuery.require({<br />
	files: 'ui.plugin.js', 'ui.plugin.css',<br />
	name: pluginName,<br />
	type: 'lazy'<br />
});</p>
<p></code></p>
<p>I would donate and integrate this plugin to jQuery UI and maintain it in the future :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271544</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Mon, 23 Feb 2009 17:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271544</guid>
		<description>What I&#039;d like to see the most are special versions for iPhone and AIR. Especially for iPhone, it&#039;s silly to have baggage for all the other browsers.

There are some new js libraries addressing the iPhone because of the current code bloat in JS libraries that is due to handling so many browsers, but I&#039;d rather have a stripped jQuery.</description>
		<content:encoded><![CDATA[<p>What I&#8217;d like to see the most are special versions for iPhone and AIR. Especially for iPhone, it&#8217;s silly to have baggage for all the other browsers.</p>
<p>There are some new js libraries addressing the iPhone because of the current code bloat in JS libraries that is due to handling so many browsers, but I&#8217;d rather have a stripped jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m3tropolis</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271543</link>
		<dc:creator>m3tropolis</dc:creator>
		<pubDate>Mon, 23 Feb 2009 16:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271543</guid>
		<description>Yes, keep the core library as small as possible! Speed is the critical thing here.

There is already a &quot;require&quot; plugin that works quite well. 

Regardless, thank you, John, and the jQuery team for an excellent library.</description>
		<content:encoded><![CDATA[<p>Yes, keep the core library as small as possible! Speed is the critical thing here.</p>
<p>There is already a &#8220;require&#8221; plugin that works quite well. </p>
<p>Regardless, thank you, John, and the jQuery team for an excellent library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jadet</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271541</link>
		<dc:creator>Jadet</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271541</guid>
		<description>Roadmap is looking good. Some of it gives me the impression jquery is growing into something more like Dojo. Not that that&#039;s a bad thing but stuff like .require might be better fit for a plugin.</description>
		<content:encoded><![CDATA[<p>Roadmap is looking good. Some of it gives me the impression jquery is growing into something more like Dojo. Not that that&#8217;s a bad thing but stuff like .require might be better fit for a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnResig</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271540</link>
		<dc:creator>JohnResig</dc:creator>
		<pubDate>Mon, 23 Feb 2009 14:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271540</guid>
		<description>@Aimos: As mentioned in the release notes, that&#039;s coming in 1.3.3.</description>
		<content:encoded><![CDATA[<p>@Aimos: As mentioned in the release notes, that&#8217;s coming in 1.3.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimos</title>
		<link>http://ajaxian.com/archives/jquery-132-and-beyond/comment-page-1#comment-271539</link>
		<dc:creator>Aimos</dc:creator>
		<pubDate>Mon, 23 Feb 2009 13:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6068#comment-271539</guid>
		<description>I wonder when .live() will handle onSubmit bubbling.</description>
		<content:encoded><![CDATA[<p>I wonder when .live() will handle onSubmit bubbling.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

