<?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 for getallfix</title>
	<atom:link href="http://www.getallfix.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getallfix.com</link>
	<description>fix for css, Jquery and accessibility issues</description>
	<lastBuildDate>Tue, 18 Jun 2013 10:04:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on show hide number of div&#8217;s on select value &#124; show hide number of div&#8217;s based on drop-down value by suri</title>
		<link>http://www.getallfix.com/2012/10/show-hide-number-of-divs-on-select-value-show-hide-number-of-divs-based-on-drop-down-value/#comment-4675</link>
		<dc:creator>suri</dc:creator>
		<pubDate>Tue, 18 Jun 2013 10:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=339#comment-4675</guid>
		<description>I have dropped you an email with the fix. All you need to do is slight change in code
$(document).ready(function(){
   
        var showDiv = function(goal){  
          
        var count = 1;  
        $(&#039;.myDIV&#039;).each(function(){  
        if(count &lt;= goal){  
        $(this).show().nextAll(&#039;.myDIV&#039;).hide()  
        }  
              
            count = count +1  
        });  
    };  
      
    var goal = $(&#039;#mySelect&#039;).val();  
    showDiv(goal)  
      
    $(&#039;#mySelect&#039;).change(function(){  
         
           showDiv($(this).val())   
    });  
});</description>
		<content:encoded><![CDATA[<p>I have dropped you an email with the fix. All you need to do is slight change in code<br />
$(document).ready(function(){</p>
<p>        var showDiv = function(goal){  </p>
<p>        var count = 1;<br />
        $(&#8216;.myDIV&#8217;).each(function(){<br />
        if(count <= goal){<br />
        $(this).show().nextAll(&#8216;.myDIV&#8217;).hide()<br />
        }  </p>
<p>            count = count +1<br />
        });<br />
    };  </p>
<p>    var goal = $(&#8216;#mySelect&#8217;).val();<br />
    showDiv(goal)  </p>
<p>    $(&#8216;#mySelect&#8217;).change(function(){  </p>
<p>           showDiv($(this).val())<br />
    });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on show hide number of div&#8217;s on select value &#124; show hide number of div&#8217;s based on drop-down value by Alp Akkaya</title>
		<link>http://www.getallfix.com/2012/10/show-hide-number-of-divs-on-select-value-show-hide-number-of-divs-based-on-drop-down-value/#comment-4674</link>
		<dc:creator>Alp Akkaya</dc:creator>
		<pubDate>Tue, 18 Jun 2013 07:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=339#comment-4674</guid>
		<description>Hello,

Can you help me to work this out? Any jfiddle please? It&#039;s not working for me now :(

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Can you help me to work this out? Any jfiddle please? It&#8217;s not working for me now <img src='http://www.getallfix.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on web developer tutorials &#124; html,css tutorials by ray ban sunglasses</title>
		<link>http://www.getallfix.com/2012/11/web-developer-tutorials-htmlcss-tutorials/#comment-4650</link>
		<dc:creator>ray ban sunglasses</dc:creator>
		<pubDate>Thu, 06 Jun 2013 17:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=422#comment-4650</guid>
		<description>Excellent write-up. I definitely appreciate this site. Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent write-up. I definitely appreciate this site. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on web developer interview questions &#124; UI developer interview questions &#124; most common web developer interview questions by Joe</title>
		<link>http://www.getallfix.com/2012/11/web-developer-interview-questions-ui-developer-interview-questions-most-common-web-developer-interview-questions/#comment-4637</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 30 May 2013 18:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=420#comment-4637</guid>
		<description>Aside from the terrible grammar, this is a useful list.</description>
		<content:encoded><![CDATA[<p>Aside from the terrible grammar, this is a useful list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit string length &#124; trim text with jQuery &#124; trim() in jquery by Senling</title>
		<link>http://www.getallfix.com/2012/09/limit-string-length-trim-text-with-jquery-trim-in-jquery/#comment-4632</link>
		<dc:creator>Senling</dc:creator>
		<pubDate>Mon, 27 May 2013 15:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=317#comment-4632</guid>
		<description>Thanks for the tips. It helped me at the right time.
All the best.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips. It helped me at the right time.<br />
All the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on web developer tutorials &#124; html,css tutorials by www.gasthausbirner.at</title>
		<link>http://www.getallfix.com/2012/11/web-developer-tutorials-htmlcss-tutorials/#comment-4631</link>
		<dc:creator>www.gasthausbirner.at</dc:creator>
		<pubDate>Sun, 26 May 2013 22:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=422#comment-4631</guid>
		<description>This is really a good weblog post with thanks for sharing this academic info.. Ill go to your internet site regularly for some latest publish.</description>
		<content:encoded><![CDATA[<p>This is really a good weblog post with thanks for sharing this academic info.. Ill go to your internet site regularly for some latest publish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Limit string length &#124; trim text with jQuery &#124; trim() in jquery by Ariel</title>
		<link>http://www.getallfix.com/2012/09/limit-string-length-trim-text-with-jquery-trim-in-jquery/#comment-4624</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Wed, 22 May 2013 01:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=317#comment-4624</guid>
		<description>Thanks for the post.
Best Regards</description>
		<content:encoded><![CDATA[<p>Thanks for the post.<br />
Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on web developer interview questions &#124; UI developer interview questions &#124; most common web developer interview questions by Gopal Rao</title>
		<link>http://www.getallfix.com/2012/11/web-developer-interview-questions-ui-developer-interview-questions-most-common-web-developer-interview-questions/#comment-4598</link>
		<dc:creator>Gopal Rao</dc:creator>
		<pubDate>Mon, 13 May 2013 08:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=420#comment-4598</guid>
		<description>Good article. Really these questions are very useful in interview</description>
		<content:encoded><![CDATA[<p>Good article. Really these questions are very useful in interview</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on web developer tutorials &#124; html,css tutorials by Gopal Rao</title>
		<link>http://www.getallfix.com/2012/11/web-developer-tutorials-htmlcss-tutorials/#comment-4597</link>
		<dc:creator>Gopal Rao</dc:creator>
		<pubDate>Mon, 13 May 2013 08:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=422#comment-4597</guid>
		<description>Hi
Good article. Nice to have all useful resources here..</description>
		<content:encoded><![CDATA[<p>Hi<br />
Good article. Nice to have all useful resources here..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on web developer interview questions &#124; UI developer interview questions &#124; most common web developer interview questions by Murugan</title>
		<link>http://www.getallfix.com/2012/11/web-developer-interview-questions-ui-developer-interview-questions-most-common-web-developer-interview-questions/#comment-4577</link>
		<dc:creator>Murugan</dc:creator>
		<pubDate>Thu, 02 May 2013 09:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.getallfix.com/?p=420#comment-4577</guid>
		<description>Its very useful questions</description>
		<content:encoded><![CDATA[<p>Its very useful questions</p>
]]></content:encoded>
	</item>
</channel>
</rss>
