<?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 &#8220;Create&#8221; Event</title>
	<atom:link href="http://www.erichynds.com/jquery/jquery-create-event/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erichynds.com/jquery/jquery-create-event/</link>
	<description>Web Developer&#039;s Ramblings on JavaScript, jQuery, ColdFusion, MySQL, and other technologies.</description>
	<lastBuildDate>Wed, 04 Jan 2012 16:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rumesh</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-5130</link>
		<dc:creator>Rumesh</dc:creator>
		<pubDate>Sat, 24 Sep 2011 12:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-5130</guid>
		<description>Hello Everyone,
JQuery Event handlers are method that is called whenever any event is 
generated or raised in HTML control. For example if I will click on the 
button then event will raise and all  element will hide from 
page............ for more details please check out the following link...
http://mindstick.com/Articles/af5957f6-7c75-4d69-8803-13f0fee3d01f/?JQuery%20Event%20function

Thanks !!!!
 </description>
		<content:encoded><![CDATA[<p>Hello Everyone,<br />
JQuery Event handlers are method that is called whenever any event is<br />
generated or raised in HTML control. For example if I will click on the<br />
button then event will raise and all  element will hide from<br />
page&#8230;&#8230;&#8230;&#8230; for more details please check out the following link&#8230;<br />
<a href="http://mindstick.com/Articles/af5957f6-7c75-4d69-8803-13f0fee3d01f/?JQuery%20Event%20function" rel="nofollow">http://mindstick.com/Articles/af5957f6-7c75-4d69-8803-13f0fee3d01f/?JQuery%20Event%20function</a></p>
<p>Thanks !!!!<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Spryn</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-4807</link>
		<dc:creator>Bob Spryn</dc:creator>
		<pubDate>Sat, 11 Jun 2011 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-4807</guid>
		<description>Any idea if this is still working with jquery 1.6?</description>
		<content:encoded><![CDATA[<p>Any idea if this is still working with jquery 1.6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-4422</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 29 Jan 2011 11:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-4422</guid>
		<description>hello how we use $_POST for this element ? </description>
		<content:encoded><![CDATA[<p>hello how we use $_POST for this element ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo Mazzoni</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-4347</link>
		<dc:creator>Paolo Mazzoni</dc:creator>
		<pubDate>Sat, 18 Dec 2010 14:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-4347</guid>
		<description>The plugin is great, but even with browntim patch i still have jqueru ui dialog bug!</description>
		<content:encoded><![CDATA[<p>The plugin is great, but even with browntim patch i still have jqueru ui dialog bug!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tagny Daggart</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-4214</link>
		<dc:creator>Tagny Daggart</dc:creator>
		<pubDate>Sat, 23 Oct 2010 21:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-4214</guid>
		<description>Why isn&#039;t this in jQuery in the first place!  Great work, thank you!</description>
		<content:encoded><![CDATA[<p>Why isn&#8217;t this in jQuery in the first place!  Great work, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: browntim</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-3832</link>
		<dc:creator>browntim</dc:creator>
		<pubDate>Thu, 16 Sep 2010 21:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-3832</guid>
		<description>Anyone noticed this causing issue with jquery ui 1.8.4 dialog creation. It messes with the creation of my buttons and title bar stored in the title attribute of the dialog div. When I remove the jquery.create.js file the dialog works just fine...also as per @Elijahr&#039; comment I had to add

if (node.length == 0){
    continue;
} 

to line 57 to get this to work as node[0] was undefined since no elements matched the selector the create live event was being applied to.

Any insight into this issue would be much appreciated. Awesome work this is exactly what we were looking for minus the aforementioned hiccup with jquery ui dialog.

Thanks
Tim</description>
		<content:encoded><![CDATA[<p>Anyone noticed this causing issue with jquery ui 1.8.4 dialog creation. It messes with the creation of my buttons and title bar stored in the title attribute of the dialog div. When I remove the jquery.create.js file the dialog works just fine&#8230;also as per @Elijahr&#8217; comment I had to add</p>
<p>if (node.length == 0){<br />
    continue;<br />
} </p>
<p>to line 57 to get this to work as node[0] was undefined since no elements matched the selector the create live event was being applied to.</p>
<p>Any insight into this issue would be much appreciated. Awesome work this is exactly what we were looking for minus the aforementioned hiccup with jquery ui dialog.</p>
<p>Thanks<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew Wells</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-3831</link>
		<dc:creator>Drew Wells</dc:creator>
		<pubDate>Tue, 14 Sep 2010 02:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-3831</guid>
		<description>You&#039;ve won a special place in my heart for using duck punch in your blog post.  You&#039;ve gained a new reader</description>
		<content:encoded><![CDATA[<p>You&#8217;ve won a special place in my heart for using duck punch in your blog post.  You&#8217;ve gained a new reader</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijahr</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-3590</link>
		<dc:creator>Elijahr</dc:creator>
		<pubDate>Tue, 13 Jul 2010 02:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-3590</guid>
		<description>This is fantastic; I have often wished that there was a &quot;create&quot; event, so that livequery handlers could be namespaced.  Thank you!</description>
		<content:encoded><![CDATA[<p>This is fantastic; I have often wished that there was a &#8220;create&#8221; event, so that livequery handlers could be namespaced.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonguy</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-3553</link>
		<dc:creator>anonguy</dc:creator>
		<pubDate>Fri, 02 Jul 2010 03:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-3553</guid>
		<description>I promise you:&lt;br&gt;THIS is the future of UI building with javascript/HTML. &lt;br&gt;&lt;br&gt;You may not be able to see the power within, but it&#039;s there.</description>
		<content:encoded><![CDATA[<p>I promise you:<br />THIS is the future of UI building with javascript/HTML. </p>
<p>You may not be able to see the power within, but it&#39;s there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehynds</title>
		<link>http://www.erichynds.com/jquery/jquery-create-event/#comment-3524</link>
		<dc:creator>ehynds</dc:creator>
		<pubDate>Thu, 17 Jun 2010 17:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=725#comment-3524</guid>
		<description>Thanks slowernew.  If the element already exists in the DOM, it wouldn&#039;t make sense to call the create event on it as the element has already been created... this event fires once elements are actually inserted.</description>
		<content:encoded><![CDATA[<p>Thanks slowernew.  If the element already exists in the DOM, it wouldn&#39;t make sense to call the create event on it as the element has already been created&#8230; this event fires once elements are actually inserted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

