<?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>havvgs life &#187; jquery</title>
	<atom:link href="http://toni.uebernickel.info/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://toni.uebernickel.info</link>
	<description>a small part of my life</description>
	<lastBuildDate>Sat, 06 Feb 2010 14:01:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>triggerHandler on live event bindings in jQuery</title>
		<link>http://toni.uebernickel.info/development/triggerhandler-on-live-event-bindings-in-jquery/</link>
		<comments>http://toni.uebernickel.info/development/triggerhandler-on-live-event-bindings-in-jquery/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:21:24 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=638</guid>
		<description><![CDATA[As stated in the jQuery API Documentation, the triggerHandler() method does not work on events bound to objects using the live() method, which includes also objects created after the DOM was loaded completely.
However, this is nothing unusual. In fact, it might be a common way to work within an advanced AJAX enabled webapplication. I encountered [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/triggerhandler-on-live-event-bindings-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enable submit event on live bindings in jQuery</title>
		<link>http://toni.uebernickel.info/development/enable-submit-event-on-live-bindings-in-jquery/</link>
		<comments>http://toni.uebernickel.info/development/enable-submit-event-on-live-bindings-in-jquery/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:19:37 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=640</guid>
		<description><![CDATA[The live() method is one great new feature of jQuery 1.3, however it does not support binding of the event &#8217;submit&#8217; of forms.

?View Code JAVASCRIPT$&#40;'form'&#41;.live&#40;'submit', function&#40;&#41; &#123;
  // your callback
&#125;&#41;;

This can be simulated by a simple workaround on the selected objects. The click() event can be bound using the live() method. The workaround is [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/enable-submit-event-on-live-bindings-in-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
