<?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: Styling an input type=&#8221;file&#8221; using jQuery</title>
	<atom:link href="http://blog.vworld.at/2008/08/21/styling-an-input-typefile-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vworld.at/2008/08/21/styling-an-input-typefile-using-jquery/</link>
	<description>Software development and software quality</description>
	<lastBuildDate>Tue, 20 Sep 2011 20:50:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Phil</title>
		<link>http://blog.vworld.at/2008/08/21/styling-an-input-typefile-using-jquery/comment-page-1/#comment-9209</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 18 Apr 2011 13:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vworld.at/?p=27#comment-9209</guid>
		<description>@David - thx a lot ! - exactly what I was looking for -</description>
		<content:encoded><![CDATA[<p>@David &#8211; thx a lot ! &#8211; exactly what I was looking for -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.vworld.at/2008/08/21/styling-an-input-typefile-using-jquery/comment-page-1/#comment-9208</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 18 Apr 2011 13:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vworld.at/?p=27#comment-9208</guid>
		<description>@JOSH: 

Did you try that ? I mean - why are you counteracting a functional usable piece of code with your - &quot;why not?&quot;-stuff. 
Well then I will tell why not: 
First - BECAUSE it DOES NOT work
Second - Im not gonna debug your &quot;Why not&quot;-stuff to find out WHY NOT</description>
		<content:encoded><![CDATA[<p>@JOSH: </p>
<p>Did you try that ? I mean &#8211; why are you counteracting a functional usable piece of code with your &#8211; &#8220;why not?&#8221;-stuff.<br />
Well then I will tell why not:<br />
First &#8211; BECAUSE it DOES NOT work<br />
Second &#8211; Im not gonna debug your &#8220;Why not&#8221;-stuff to find out WHY NOT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.vworld.at/2008/08/21/styling-an-input-typefile-using-jquery/comment-page-1/#comment-9194</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 11 Oct 2010 00:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vworld.at/?p=27#comment-9194</guid>
		<description>Why not.. 

$(document).ready(function() {
  $(&#039;input[type=file]&#039;).each(function(){
    $(this).addClass(&#039;file&#039;).addClass(&#039;hidden&#039;);
    $(this).parent().append($(&#039;&#039;).append($(&#039;&#039;).attr(&#039;id&#039;,$(this).attr(&#039;id&#039;)+&#039;__fake&#039;)).append($(&#039;&#039;)));
 
    $(this).bind(&#039;change mouseout&#039;, function() {
      $(&#039;#&#039;+$(this).attr(&#039;id&#039;)+&#039;__fake&#039;).val($(this).val());;
    });

  });
});</description>
		<content:encoded><![CDATA[<p>Why not.. </p>
<p>$(document).ready(function() {<br />
  $(&#8216;input[type=file]&#8216;).each(function(){<br />
    $(this).addClass(&#8216;file&#8217;).addClass(&#8216;hidden&#8217;);<br />
    $(this).parent().append($(&#8221;).append($(&#8221;).attr(&#8216;id&#8217;,$(this).attr(&#8216;id&#8217;)+&#8217;__fake&#8217;)).append($(&#8221;)));</p>
<p>    $(this).bind(&#8216;change mouseout&#8217;, function() {<br />
      $(&#8216;#&#8217;+$(this).attr(&#8216;id&#8217;)+&#8217;__fake&#8217;).val($(this).val());;<br />
    });</p>
<p>  });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ViX</title>
		<link>http://blog.vworld.at/2008/08/21/styling-an-input-typefile-using-jquery/comment-page-1/#comment-9188</link>
		<dc:creator>ViX</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vworld.at/?p=27#comment-9188</guid>
		<description>Thanks for the idea and I will try it with my settings.</description>
		<content:encoded><![CDATA[<p>Thanks for the idea and I will try it with my settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.vworld.at/2008/08/21/styling-an-input-typefile-using-jquery/comment-page-1/#comment-5022</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 01 Aug 2009 17:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vworld.at/?p=27#comment-5022</guid>
		<description>This automatically converts all file inputs in the page.</description>
		<content:encoded><![CDATA[<p>This automatically converts all file inputs in the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hunts</title>
		<link>http://blog.vworld.at/2008/08/21/styling-an-input-typefile-using-jquery/comment-page-1/#comment-5000</link>
		<dc:creator>Hunts</dc:creator>
		<pubDate>Fri, 31 Jul 2009 18:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vworld.at/?p=27#comment-5000</guid>
		<description>How can create multiple &quot;input file&quot; fields in one page using this method.</description>
		<content:encoded><![CDATA[<p>How can create multiple &#8220;input file&#8221; fields in one page using this method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

