<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/EventHandler</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 09:47:04 GMT</pubDate>
<item>
<title>(jQuery) .on() - jquery event handler - grindking</title>
<link>http://snipplr.com/view/68045/on--jquery-event-handler/</link>
<description><![CDATA[ <p>.on( events [, selector] [, data], handler(eventObject) )

A delegated-events approach attaches an event handler to only one element, the tbody, and the event only needs to bubble up one level (from the clicked tr to tbody):</p> ]]></description>
<pubDate>Wed, 31 Oct 2012 19:35:29 GMT</pubDate>
<guid>http://snipplr.com/view/68045/on--jquery-event-handler/</guid>
</item>
<item>
<title>(jQuery) Copy one element\'s eventhandlers to another - chlab</title>
<link>http://snipplr.com/view/64750/copy-one-elements-eventhandlers-to-another/</link>
<description><![CDATA[ <p>Here's a snippet for copying (all) the eventhandlers of one element to another with jQuery and effectively cloning the behavior of one element.

Keep in mind that if it's possible, you should just register the same handlers you actually need, instead of just blindly copying all of them. But in some cases, e.g. when using a plugin that you do not wish to modify, this can come in handy.</p> ]]></description>
<pubDate>Thu, 26 Apr 2012 22:02:27 GMT</pubDate>
<guid>http://snipplr.com/view/64750/copy-one-elements-eventhandlers-to-another/</guid>
</item>
<item>
<title>(C#) Event handler in usercontrol - dactivo</title>
<link>http://snipplr.com/view/51278/event-handler-in-usercontrol/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Mar 2011 23:15:13 GMT</pubDate>
<guid>http://snipplr.com/view/51278/event-handler-in-usercontrol/</guid>
</item>
<item>
<title>(JavaScript) add event - marcio</title>
<link>http://snipplr.com/view/5085/add-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 15 Feb 2008 21:12:33 GMT</pubDate>
<guid>http://snipplr.com/view/5085/add-event/</guid>
</item>
<item>
<title>(C#) Generic Based Event Handling Demo for VS.Net 2005 - rengber</title>
<link>http://snipplr.com/view/1565/generic-based-event-handling-demo-for-vsnet-2005/</link>
<description><![CDATA[ <p>Annotated version of the Microsoft/GotDotNet demo from the MSDN Wiki.</p> ]]></description>
<pubDate>Thu, 09 Nov 2006 13:05:19 GMT</pubDate>
<guid>http://snipplr.com/view/1565/generic-based-event-handling-demo-for-vsnet-2005/</guid>
</item>
</channel>
</rss>