<?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: jQuery Selected Radio Button Value Examples (1 line code)	</title>
	<atom:link href="https://theextremewebdesigns.com/blog/jquery-selected-radio-get-selected-radio-button-value-1-line-code/feed/" rel="self" type="application/rss+xml" />
	<link>https://theextremewebdesigns.com/blog/jquery-selected-radio-get-selected-radio-button-value-1-line-code/</link>
	<description>Web Design and Web Development</description>
	<lastBuildDate>Tue, 18 Sep 2012 20:33:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>
		By: Robert		</title>
		<link>https://theextremewebdesigns.com/blog/jquery-selected-radio-get-selected-radio-button-value-1-line-code/#comment-151</link>

		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Tue, 18 Sep 2012 20:33:41 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=645#comment-151</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theextremewebdesigns.com/blog/jquery-selected-radio-get-selected-radio-button-value-1-line-code/#comment-150&quot;&gt;kumar&lt;/a&gt;.

Hi Kumar,
Yes, there is. In fact, it&#039;s even simpler for a textbox. In the examples shown in this article, let&#039;s assume that we have a textbox for First  Name of the user with ID &quot;first_name&quot;. So the code for getting the value of this textbox by it&#039;s name would be:
&lt;code&gt;$(&#039;input[name=first_name]&#039;).val();&lt;/code&gt;

Get the textbox value by using it&#039;s ID:
&lt;code&gt;$(&#039;#first_name&#039;).val();&lt;/code&gt;

Hope that helps.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theextremewebdesigns.com/blog/jquery-selected-radio-get-selected-radio-button-value-1-line-code/#comment-150">kumar</a>.</p>
<p>Hi Kumar,<br />
Yes, there is. In fact, it&#8217;s even simpler for a textbox. In the examples shown in this article, let&#8217;s assume that we have a textbox for First  Name of the user with ID &#8220;first_name&#8221;. So the code for getting the value of this textbox by it&#8217;s name would be:<br />
<code>$('input[name=first_name]').val();</code></p>
<p>Get the textbox value by using it&#8217;s ID:<br />
<code>$('#first_name').val();</code></p>
<p>Hope that helps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kumar		</title>
		<link>https://theextremewebdesigns.com/blog/jquery-selected-radio-get-selected-radio-button-value-1-line-code/#comment-150</link>

		<dc:creator><![CDATA[kumar]]></dc:creator>
		<pubDate>Tue, 18 Sep 2012 18:30:24 +0000</pubDate>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=645#comment-150</guid>

					<description><![CDATA[Very nice and usefule information. Is there any common code to extract values from both textbox and radiobutton?]]></description>
			<content:encoded><![CDATA[<p>Very nice and usefule information. Is there any common code to extract values from both textbox and radiobutton?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
