<?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: Monitoring DOM properties</title>
	<atom:link href="http://james.padolsey.com/javascript/monitoring-dom-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/monitoring-dom-properties/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 01:21:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/monitoring-dom-properties/comment-page-1/#comment-21106</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 26 Sep 2009 10:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=956#comment-21106</guid>
		<description>@Motty, unfortunately, the &quot;DOMSubtreeModified&quot; event is not supported in Opera, IE or FF2.</description>
		<content:encoded><![CDATA[<p>@Motty, unfortunately, the &#8220;DOMSubtreeModified&#8221; event is not supported in Opera, IE or FF2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Motty</title>
		<link>http://james.padolsey.com/javascript/monitoring-dom-properties/comment-page-1/#comment-21080</link>
		<dc:creator>Motty</dc:creator>
		<pubDate>Sat, 26 Sep 2009 02:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=956#comment-21080</guid>
		<description>Opps the wonderful site I was referring to is http://stackoverflow.com/</description>
		<content:encoded><![CDATA[<p>Opps the wonderful site I was referring to is <a href="http://stackoverflow.com/">http://stackoverflow.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Motty</title>
		<link>http://james.padolsey.com/javascript/monitoring-dom-properties/comment-page-1/#comment-21079</link>
		<dc:creator>Motty</dc:creator>
		<pubDate>Sat, 26 Sep 2009 02:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=956#comment-21079</guid>
		<description>I&#039;ve discovered a wonderful site to help me with my scripting questions and I think I found a nice solution for monitoring DOM properties that I wanted to share.

Basically it uses jQuery bind function as follows:

&lt;pre lang=&quot;javascript&quot;&gt;
 $(element).bind(&quot;DOMSubtreeModified&quot;,function(){
  // check if the property you are watching has changed
  // Do something
 })
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve discovered a wonderful site to help me with my scripting questions and I think I found a nice solution for monitoring DOM properties that I wanted to share.</p>
<p>Basically it uses jQuery bind function as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"> $<span class="br0">&#40;</span>element<span class="br0">&#41;</span>.<span class="me1">bind</span><span class="br0">&#40;</span><span class="st0">&quot;DOMSubtreeModified&quot;</span><span class="sy0">,</span><span class="kw2">function</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#123;</span>
  <span class="co1">// check if the property you are watching has changed</span>
  <span class="co1">// Do something</span>
 <span class="br0">&#125;</span><span class="br0">&#41;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Grey</title>
		<link>http://james.padolsey.com/javascript/monitoring-dom-properties/comment-page-1/#comment-16647</link>
		<dc:creator>Elijah Grey</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=956#comment-16647</guid>
		<description>Using timers is an interesting solution.

I have implemented &lt;code&gt;object.(un)?watch&lt;/code&gt; using accessors that works in every current browser; http://code.eligrey.com/object.watch/latest/object-watch.js</description>
		<content:encoded><![CDATA[<p>Using timers is an interesting solution.</p>
<p>I have implemented <code>object.(un)?watch</code> using accessors that works in every current browser; <a href="http://code.eligrey.com/object.watch/latest/object-watch.js">http://code.eligrey.com/object.watch/latest/object-watch.js</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
