<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><div>Hi Folks,</div><div><br></div><div>I have a tiny AJAX example and it works -- in fact it works too well.&nbsp; On the first click, it does what it is supposed to do -- insert a DOM node with text after the &lt;A&gt; node with id=ajax-enabled..&nbsp; On the second click is does it TWICE and I can see two throbbers run.&nbsp; On the third click, you guessed it, FOUR throbbers.&nbsp; Is there some context that I need to clear after the AJAX call or some object I need to re-use to prevent this?</div><div><br></div><div>Also, as I investigate the DOM with the browser inspector, I can't find where all the event handlers are attached.&nbsp; When I look in the naive places, I see references to jQuery, but I believe that jQuery is dispatching to something somewhere and I'd like to know where that somewhere is.&nbsp; I should be able to find it.<br></div><div><br></div><div>Thanks for the help,</div><div><br></div><div><span name="x"></span>Chris.<span name="x"></span><br></div></div></body></html>