<?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: Introducing : Alternating Rows</title>
	<atom:link href="http://blog.arc90.com/2006/09/11/introducing-alternating-rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/</link>
	<description>Web Application Design &#38; Development</description>
	<lastBuildDate>Thu, 04 Mar 2010 14:58:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RememberME</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1400</link>
		<dc:creator>RememberME</dc:creator>
		<pubDate>Tue, 23 Feb 2010 15:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1400</guid>
		<description>The proper blog for the MultiSelect is here:

http://blog.arc90.com/2007/11/28/introducing-jquery-multiselect/</description>
		<content:encoded><![CDATA[<p>The proper blog for the MultiSelect is here:</p>
<p><a href="http://blog.arc90.com/2007/11/28/introducing-jquery-multiselect/" rel="nofollow">http://blog.arc90.com/2007/11/28/introducing-jquery-multiselect/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kokwai</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1399</link>
		<dc:creator>kokwai</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1399</guid>
		<description>For the stack overflow bug, removing the below line works

                        jQuery(&#039;body&#039;).bind(&quot;click&quot;, multiSelect_closeWindow);

But then the multiselect needs to be closed by clicking on the arrow, not by clicking outside the component.</description>
		<content:encoded><![CDATA[<p>For the stack overflow bug, removing the below line works</p>
<p>                        jQuery(&#8216;body&#8217;).bind(&#8220;click&#8221;, multiSelect_closeWindow);</p>
<p>But then the multiselect needs to be closed by clicking on the arrow, not by clicking outside the component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1394</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 20 Feb 2010 12:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1394</guid>
		<description>I don&#039;t like this patch but at least solves the problem:

        function multiSelect_closeWindow( )
        {
            select_state = ( select_state )? false : true;
            selectContent.toggleClass(&#039;collapsed&#039;);
			//selectTitle.click( );
            $(&#039;body&#039;).unbind(&quot;click&quot;, multiSelect_closeWindow);
        }

Simply use the &quot;click function&quot; lines inside the multiSelect_closeWindow function.

Until a solution is given, at least, works ! :)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like this patch but at least solves the problem:</p>
<p>        function multiSelect_closeWindow( )<br />
        {<br />
            select_state = ( select_state )? false : true;<br />
            selectContent.toggleClass(&#8216;collapsed&#8217;);<br />
			//selectTitle.click( );<br />
            $(&#8216;body&#8217;).unbind(&#8220;click&#8221;, multiSelect_closeWindow);<br />
        }</p>
<p>Simply use the &#8220;click function&#8221; lines inside the multiSelect_closeWindow function.</p>
<p>Until a solution is given, at least, works ! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1393</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 20 Feb 2010 11:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1393</guid>
		<description>By the way, the error of the browser when you click out of the select is:

Error: too much recursion
Archivo de origen: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
Línea: 19

(I use Google CDN Libraries, but with local jquery libs the error is the same)</description>
		<content:encoded><![CDATA[<p>By the way, the error of the browser when you click out of the select is:</p>
<p>Error: too much recursion<br />
Archivo de origen: <a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js</a><br />
Línea: 19</p>
<p>(I use Google CDN Libraries, but with local jquery libs the error is the same)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1392</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 20 Feb 2010 11:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1392</guid>
		<description>Hi:

I&#039;ve found a problem with this amazing library. In your examples and download you use jQuery 1.2.1.

I&#039;ve tested with 1.2.3 and 1.2.6 and it works. But if you use any of the new jQuery 1.3.* there&#039;s a small problem. The click out of the layers of checkboxes that calls to &quot;multiSelect_closeWindow&quot; function, does not work. It does not close the layers. You can just close it clicking in the select field, but no out of the boxes.

Do you think you can fix this ? :)

Thank you very much in advance !</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>I&#8217;ve found a problem with this amazing library. In your examples and download you use jQuery 1.2.1.</p>
<p>I&#8217;ve tested with 1.2.3 and 1.2.6 and it works. But if you use any of the new jQuery 1.3.* there&#8217;s a small problem. The click out of the layers of checkboxes that calls to &#8220;multiSelect_closeWindow&#8221; function, does not work. It does not close the layers. You can just close it clicking in the select field, but no out of the boxes.</p>
<p>Do you think you can fix this ? :)</p>
<p>Thank you very much in advance !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desidude</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1389</link>
		<dc:creator>desidude</dc:creator>
		<pubDate>Wed, 17 Feb 2010 08:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1389</guid>
		<description>How is this any different from the bit.ly sidebar ?</description>
		<content:encoded><![CDATA[<p>How is this any different from the bit.ly sidebar ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roatin Marth</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1379</link>
		<dc:creator>Roatin Marth</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1379</guid>
		<description>Is multi-select *supposed* to work with IE6? It doesn&#039;t for me.

The instructions at http://lab.arc90.com/2007/07/02/multiselect/ state &quot;Currently, the alternating rows script has been tested and confirmed on the following browsers: Internet Explorer 6.0 ...&quot;

Why does it say &quot;the alternating rows script&quot;?</description>
		<content:encoded><![CDATA[<p>Is multi-select *supposed* to work with IE6? It doesn&#8217;t for me.</p>
<p>The instructions at <a href="http://lab.arc90.com/2007/07/02/multiselect/" rel="nofollow">http://lab.arc90.com/2007/07/02/multiselect/</a> state &#8220;Currently, the alternating rows script has been tested and confirmed on the following browsers: Internet Explorer 6.0 &#8230;&#8221;</p>
<p>Why does it say &#8220;the alternating rows script&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1352</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1352</guid>
		<description>This component contains errors; if you select and unselect diferents checks, the value that submited is not valid.</description>
		<content:encoded><![CDATA[<p>This component contains errors; if you select and unselect diferents checks, the value that submited is not valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brock</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1319</link>
		<dc:creator>Brock</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1319</guid>
		<description>Sorry if this is the wrong place, but I arrived on this page from the feedback link on the jQuery Multiselect page. There are a few bugs I&#039;d like to report in jQuery multiselect. 

1) line 450 in updateSelectTitle: when trying to calculate the number of selected items, the selector has a typo for the &quot;select all&quot; CSS class. It has selectall when it should be a9selectall.

2) line 134, 135 and 136: These 3 globals cause problems when you use more than one instance on the page. Move them into the &quot;this.each&quot; loop that starts on line 165.

3) line 174 in multiSelect_closeWindow: The callback function &quot;multiSelect_closeWindow&quot; is causing a stack overflow in IE8 (didn&#039;t test other versions) due to an infinite loop. Inside the method it invokes &quot;selectTitle.click( )&quot; which is causing recursion. I&#039;d suggest changing the &quot;selectTitle.click( )&quot; to &quot;selectTitle.triggerHandler(&quot;click&quot;).

Otherwise, nice widget! :)</description>
		<content:encoded><![CDATA[<p>Sorry if this is the wrong place, but I arrived on this page from the feedback link on the jQuery Multiselect page. There are a few bugs I&#8217;d like to report in jQuery multiselect. </p>
<p>1) line 450 in updateSelectTitle: when trying to calculate the number of selected items, the selector has a typo for the &#8220;select all&#8221; CSS class. It has selectall when it should be a9selectall.</p>
<p>2) line 134, 135 and 136: These 3 globals cause problems when you use more than one instance on the page. Move them into the &#8220;this.each&#8221; loop that starts on line 165.</p>
<p>3) line 174 in multiSelect_closeWindow: The callback function &#8220;multiSelect_closeWindow&#8221; is causing a stack overflow in IE8 (didn&#8217;t test other versions) due to an infinite loop. Inside the method it invokes &#8220;selectTitle.click( )&#8221; which is causing recursion. I&#8217;d suggest changing the &#8220;selectTitle.click( )&#8221; to &#8220;selectTitle.triggerHandler(&#8220;click&#8221;).</p>
<p>Otherwise, nice widget! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.arc90.com/2006/09/11/introducing-alternating-rows/#comment-1318</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 25 Jan 2010 18:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2006/09/11/introducing-alternating-rows/#comment-1318</guid>
		<description>Is there a way with this tool to limit how many options the user selects?  So maybe they could only select 3 options?</description>
		<content:encoded><![CDATA[<p>Is there a way with this tool to limit how many options the user selects?  So maybe they could only select 3 options?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
