<?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: Debug jQuery events with &#8216;listHandlers()&#8217;</title>
	<atom:link href="http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 12:32:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roman</title>
		<link>http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/comment-page-1/#comment-3008</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Wed, 14 Jan 2009 11:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=385#comment-3008</guid>
		<description>First thing is I&#039;ve  forgot to put reference to plugin on page :(

After that error was gone, but I didn&#039;t see anything in FireBug Console.
With the code your provided in reply it started to work :)

Thank you.</description>
		<content:encoded><![CDATA[<p>First thing is I&#8217;ve  forgot to put reference to plugin on page <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>After that error was gone, but I didn&#8217;t see anything in FireBug Console.<br />
With the code your provided in reply it started to work <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/comment-page-1/#comment-3006</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 14 Jan 2009 10:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=385#comment-3006</guid>
		<description>@Roman, odd, I&#039;m getting an error too (it may be a problem with the new version of firebug). Try this instead:

&lt;pre lang=&quot;javascript&quot;&gt;
$(&#039;*&#039;).listHandlers(&#039;*&#039;, function(e,d){
    console.info(e,d);
});
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Roman, odd, I&#8217;m getting an error too (it may be a problem with the new version of firebug). Try this instead:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span class="br0">&#40;</span><span class="st0">'*'</span><span class="br0">&#41;</span>.<span class="me1">listHandlers</span><span class="br0">&#40;</span><span class="st0">'*'</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">&#40;</span>e<span class="sy0">,</span>d<span class="br0">&#41;</span><span class="br0">&#123;</span>
    console.<span class="me1">info</span><span class="br0">&#40;</span>e<span class="sy0">,</span>d<span class="br0">&#41;</span><span class="sy0">;</span>
<span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/comment-page-1/#comment-3004</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Wed, 14 Jan 2009 10:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=385#comment-3004</guid>
		<description>Hi,

I put code in plugin, put some anchor tags on page, write some Jquery and $(&#039;*&#039;).listHandlers(&#039;*&#039;, console.info);
but keep getting error in FireBug Console:

&lt;pre lang=&quot;javascript&quot;&gt;
$(&quot;*&quot;).listHandlers is not a function
(?)()()JScript1.js (line 8)
to the wait list jQuery.readyList.push()()jquery-1.2.6.js (line 2294)
(?)()()jquery-1.2.6.js (line 2314)
each()([function()], function(), undefined)jquery-1.2.6.js (line 745)
ready()()jquery-1.2.6.js (line 2313)
[Break on this error] $(&#039;*&#039;).listHandlers(&#039;*&#039;, console.info);
&lt;/pre&gt;

Not sure what I&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I put code in plugin, put some anchor tags on page, write some Jquery and $(&#8216;*&#8217;).listHandlers(&#8216;*&#8217;, console.info);<br />
but keep getting error in FireBug Console:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span class="br0">&#40;</span><span class="st0">&quot;*&quot;</span><span class="br0">&#41;</span>.<span class="me1">listHandlers</span> <span class="kw1">is</span> not a <span class="kw2">function</span>
<span class="br0">&#40;</span><span class="sy0">?</span><span class="br0">&#41;</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#40;</span><span class="br0">&#41;</span>JScript1.<span class="me1">js</span> <span class="br0">&#40;</span>line <span class="nu0">8</span><span class="br0">&#41;</span>
to the wait list jQuery.<span class="me1">readyList</span>.<span class="me1">push</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#40;</span><span class="br0">&#41;</span>jquery<span class="sy0">-</span>1.2.6.<span class="me1">js</span> <span class="br0">&#40;</span>line <span class="nu0">2294</span><span class="br0">&#41;</span>
<span class="br0">&#40;</span><span class="sy0">?</span><span class="br0">&#41;</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#40;</span><span class="br0">&#41;</span>jquery<span class="sy0">-</span>1.2.6.<span class="me1">js</span> <span class="br0">&#40;</span>line <span class="nu0">2314</span><span class="br0">&#41;</span>
each<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#40;</span><span class="br0">&#91;</span><span class="kw2">function</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#93;</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">,</span> undefined<span class="br0">&#41;</span>jquery<span class="sy0">-</span>1.2.6.<span class="me1">js</span> <span class="br0">&#40;</span>line <span class="nu0">745</span><span class="br0">&#41;</span>
ready<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#40;</span><span class="br0">&#41;</span>jquery<span class="sy0">-</span>1.2.6.<span class="me1">js</span> <span class="br0">&#40;</span>line <span class="nu0">2313</span><span class="br0">&#41;</span>
<span class="br0">&#91;</span><span class="kw1">Break</span> on <span class="kw1">this</span> error<span class="br0">&#93;</span> $<span class="br0">&#40;</span><span class="st0">'*'</span><span class="br0">&#41;</span>.<span class="me1">listHandlers</span><span class="br0">&#40;</span><span class="st0">'*'</span><span class="sy0">,</span> console.<span class="me1">info</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>

<p>Not sure what I&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph McCann</title>
		<link>http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/comment-page-1/#comment-2628</link>
		<dc:creator>Joseph McCann</dc:creator>
		<pubDate>Thu, 08 Jan 2009 13:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=385#comment-2628</guid>
		<description>Very nice James!</description>
		<content:encoded><![CDATA[<p>Very nice James!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
