<?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/language/javascript/tags/events</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Oct 2008 17:30:29 GMT</pubDate>
<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>(JavaScript) Stop event propagation (stop an event from bubbling up) - noah</title>
<link>http://snipplr.com/view/2810/stop-event-propagation-stop-an-event-from-bubbling-up/</link>
<description><![CDATA[ <p>This is useful if I have an element that is inside a container, and I want to the element's event handler to fire without triggering the container's event handler.  Then I would wrap the element's event handler function with this code.

See "PPK On JavaScript," pp. 315 and 323.</p> ]]></description>
<pubDate>Wed, 06 Jun 2007 12:09:40 GMT</pubDate>
<guid>http://snipplr.com/view/2810/stop-event-propagation-stop-an-event-from-bubbling-up/</guid>
</item>
<item>
<title>(JavaScript) Which element was clicked? - noah</title>
<link>http://snipplr.com/view/2565/which-element-was-clicked/</link>
<description><![CDATA[ <p>How to get a reference to the element that was clicked to fire an event.  The code is gratefully cribbed from Quirksmode.org.

Updated to reflect how I actually implement this, slightly different from PPK's original.</p> ]]></description>
<pubDate>Mon, 30 Apr 2007 05:07:47 GMT</pubDate>
<guid>http://snipplr.com/view/2565/which-element-was-clicked/</guid>
</item>
<item>
<title>(JavaScript) [FIX] Macromedia Flash - Click para activar el control - Click to activate the control - inakiabt</title>
<link>http://snipplr.com/view/1295/fix-macromedia-flash--click-para-activar-el-control--click-to-activate-the-control/</link>
<description><![CDATA[ <p>Patch para quitar el molesto cartel en una sola linea de codigo.
Lo interesante es que hace una cola de funciones para el "OnLoad".
Mas que nada sirve si tenes un sitio armado y tenes que meter este patch en todas tus paginas.  Con la funcion "fixObjects" no alcanza, ya que asi tendria que poner el include al final de la pagina, antes del "". Con esta cola de eventos se puede meter en cualquier parte de la pagina.

Cola de eventos:  http://snipplr.com/view/412/agregar-funciones-al-page-load-sin-anular-otros-eventos-ya-agregados/</p> ]]></description>
<pubDate>Tue, 03 Oct 2006 11:14:12 GMT</pubDate>
<guid>http://snipplr.com/view/1295/fix-macromedia-flash--click-para-activar-el-control--click-to-activate-the-control/</guid>
</item>
<item>
<title>(JavaScript) event information - mlange</title>
<link>http://snipplr.com/view/1286/event-information/</link>
<description><![CDATA[ <p>Source: eventinfo @ howtocreate</p> ]]></description>
<pubDate>Tue, 03 Oct 2006 05:25:11 GMT</pubDate>
<guid>http://snipplr.com/view/1286/event-information/</guid>
</item>
<item>
<title>(JavaScript) addEvent() by John Resig - Corhol</title>
<link>http://snipplr.com/view/1010/addevent-by-john-resig/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Sep 2006 17:37:35 GMT</pubDate>
<guid>http://snipplr.com/view/1010/addevent-by-john-resig/</guid>
</item>
<item>
<title>(JavaScript) Add Event Listener - Roshambo</title>
<link>http://snipplr.com/view/561/add-event-listener/</link>
<description><![CDATA[ <p>Cross-browser implementation of element.addEventListener(). Simple, straightforward, and functional.

Useage:
addListener(window, 'load', myFunction);</p> ]]></description>
<pubDate>Sun, 23 Jul 2006 12:54:14 GMT</pubDate>
<guid>http://snipplr.com/view/561/add-event-listener/</guid>
</item>
<item>
<title>(JavaScript) AGREGAR funciones al page load sin anular otros eventos ya agregados - sendoa</title>
<link>http://snipplr.com/view/412/agregar-funciones-al-page-load-sin-anular-otros-eventos-ya-agregados/</link>
<description><![CDATA[ <p>Agregar funciones NO-INLINE al evento onload de una página es necesario para adoptar las técnicas de Javascript no intrusivo. El problema es que crear una  cola de funciones a ejecutar en el evento onload de la página es complicado porque la inserción de una función provoca la anulación de las anteriores.

Con esta función se pueden agrgar funciones al onload creando así una cola que se ejecutará tras cargarse la página.

Información más detallada y mejor redactada en:

http://simon.incutio.com/archive/2004/05/26/addLoadEvent</p> ]]></description>
<pubDate>Fri, 14 Jul 2006 00:47:58 GMT</pubDate>
<guid>http://snipplr.com/view/412/agregar-funciones-al-page-load-sin-anular-otros-eventos-ya-agregados/</guid>
</item>
</channel>
</rss>