<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - theOtherOne</title>
<link>http://snipplr.com/users/theOtherOne/tags/propagation</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 03:57:03 GMT</pubDate>
<item>
<title>(jQuery) Making a table row clickable while preserving the function of additional links</title>
<link>http://snipplr.com/view/41912/making-a-table-row-clickable-while-preserving-the-function-of-additional-links/</link>
<description><![CDATA[ <p>First: clicking on a table row forwards you to the URL given in the first As href attribute. ------ Second: clicking on a link inside the row triggers the default action **AND** a click event on the table row. This needs to be stopped, so the default action is replaced by our own and propagation to higher elements is stopped. ----- Nice to have: Hand cursor when hovering over a table row. CSS!</p> ]]></description>
<pubDate>Sat, 09 Oct 2010 03:00:03 GMT</pubDate>
<guid>http://snipplr.com/view/41912/making-a-table-row-clickable-while-preserving-the-function-of-additional-links/</guid>
</item>
</channel>
</rss>