<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: New MooTools Plugin:&#160;ElementFilter</title> <atom:link href="http://davidwalsh.name/plugin-element-filter/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/plugin-element-filter</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 10:59:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Oran</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-18390</link> <dc:creator>Oran</dc:creator> <pubDate>Thu, 24 Jun 2010 09:26:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-18390</guid> <description>above should be &quot;spaces are written as  &quot; &nbsp;</description> <content:encoded><![CDATA[<p>above should be &#8220;spaces are written as  &#8221; &amp;nbsp;</p> ]]></content:encoded> </item> <item><title>By: Oran</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-18389</link> <dc:creator>Oran</dc:creator> <pubDate>Thu, 24 Jun 2010 08:44:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-18389</guid> <description>@Oran:  Found what was causing the issue.On my specific code the html spaces are written as &#160; (because of internal reasons). I defined the options object to match the &#039;text&#039; and in that case I expected the space to be matched correctly in the regexp, yet it didn&#039;t. In any case, when the &amp;nbsp is replaced with a space the text is compared correctly and matches the spaces also.Thanks.</description> <content:encoded><![CDATA[<p>@Oran:  Found what was causing the issue.</p><p>On my specific code the html spaces are written as &nbsp; (because of internal reasons). I defined the options object to match the &#8216;text&#8217; and in that case I expected the space to be matched correctly in the regexp, yet it didn&#8217;t. In any case, when the &amp;nbsp is replaced with a space the text is compared correctly and matches the spaces also.</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: Oran</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-18378</link> <dc:creator>Oran</dc:creator> <pubDate>Wed, 23 Jun 2010 11:24:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-18378</guid> <description>Hi David,Excellent plugin.Could there be a bug in the regexp matcher if the word has a space in it? like trying to match &quot;good morning&quot; after typing &#039;good&#039; + &#039;space&#039; and continuing with the &#039;m&#039; it seems like no match is found.Thanks.</description> <content:encoded><![CDATA[<p>Hi David,</p><p>Excellent plugin.</p><p>Could there be a bug in the regexp matcher if the word has a space in it? like trying to match &#8220;good morning&#8221; after typing &#8216;good&#8217; + &#8216;space&#8217; and continuing with the &#8216;m&#8217; it seems like no match is found.</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: Arvid</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-16475</link> <dc:creator>Arvid</dc:creator> <pubDate>Mon, 15 Mar 2010 10:26:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-16475</guid> <description>Hi David,Nice script, I think this is what I have been looking for. I am trying to learn javascript / mootools myself (which is quite a struggle coming from MSX basic). I want to use the script on a table to hide the non-matches (in child elements of the tr element) in a search. Would this be logical or can you recommend another script?</description> <content:encoded><![CDATA[<p>Hi David,</p><p>Nice script, I think this is what I have been looking for. I am trying to learn javascript / mootools myself (which is quite a struggle coming from MSX basic). I want to use the script on a table to hide the non-matches (in child elements of the tr element) in a search. Would this be logical or can you recommend another script?</p> ]]></content:encoded> </item> <item><title>By: Mr.X.</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-10621</link> <dc:creator>Mr.X.</dc:creator> <pubDate>Thu, 23 Jul 2009 21:31:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-10621</guid> <description>Nice script. I am reading your blog for a while now and you are doing really great job!</description> <content:encoded><![CDATA[<p>Nice script. I am reading your blog for a while now and you are doing really great job!</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-10581</link> <dc:creator>David Walsh</dc:creator> <pubDate>Wed, 22 Jul 2009 17:56:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-10581</guid> <description>&lt;p&gt;@Andrea:  Good idea for the demo but the core plugin I&#039;ve published is used ONLY to return the elements -- you could do what you&#039;ve mentioned pretty easily in the onComplete event.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@Andrea:  Good idea for the demo but the core plugin I&#8217;ve published is used ONLY to return the elements &#8212; you could do what you&#8217;ve mentioned pretty easily in the onComplete event.</p> ]]></content:encoded> </item> <item><title>By: Andrea</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-10580</link> <dc:creator>Andrea</dc:creator> <pubDate>Wed, 22 Jul 2009 17:54:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-10580</guid> <description>Very nice script. It would be more usable/useful if you bring matching items to the top of the list. Even if you indent element on the bottom of the list remain not visible.</description> <content:encoded><![CDATA[<p>Very nice script. It would be more usable/useful if you bring matching items to the top of the list. Even if you indent element on the bottom of the list remain not visible.</p> ]]></content:encoded> </item> <item><title>By: figaro</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-10578</link> <dc:creator>figaro</dc:creator> <pubDate>Wed, 22 Jul 2009 15:09:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-10578</guid> <description>Nice script.</description> <content:encoded><![CDATA[<p>Nice script.</p> ]]></content:encoded> </item> <item><title>By: Adriaan</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-10577</link> <dc:creator>Adriaan</dc:creator> <pubDate>Wed, 22 Jul 2009 14:07:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-10577</guid> <description>very very nice...</description> <content:encoded><![CDATA[<p>very very nice&#8230;</p> ]]></content:encoded> </item> <item><title>By: Dr.Death</title><link>http://davidwalsh.name/plugin-element-filter/comment-page-1#comment-10576</link> <dc:creator>Dr.Death</dc:creator> <pubDate>Wed, 22 Jul 2009 14:02:21 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3089#comment-10576</guid> <description>nice job! </description> <content:encoded><![CDATA[<p>nice job!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.011 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 07:59:09 -->
