<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: get input with checked attr</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/get-input-with-checked-attr</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/get-input-with-checked-attr/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>lidiexy on get input with checked attr</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/get-input-with-checked-attr#p6819</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/get-input-with-checked-attr#p6819</guid>
        	        	<description><![CDATA[<p>Hi to all:</p>
<p>Maybe i can&#39;t read the help today... the answer is very simple:</p>
<pre>$("input[id=&#39;gender&#39;][checked]").val();<br /><br />Sorry for that question...<br /><br />Regards,<br />Lidiexy<br /></pre>
]]></description>
        	        	<pubDate>Wed, 20 May 2009 14:18:02 +0300</pubDate>
        </item>
        <item>
        	<title>lidiexy on get input with checked attr</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/get-input-with-checked-attr#p6815</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/get-input-with-checked-attr#p6815</guid>
        	        	<description><![CDATA[<p>Hi there:</p>
<p>I need to get the attr &#8220;value&#8221; of my input=radio, I tried this code:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1087' value='Select Code' data-codeid='sfcode1087' /></p>
<div class='sfcode' id='sfcode1087'>
<p>var gender_text = $("#gender[checked=&#39;checked&#39;]").attr(&#39;value&#39;);</p>
</p>
</div>
<p>the HTML code is classic:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6919' value='Select Code' data-codeid='sfcode6919' /></p>
<div class='sfcode' id='sfcode6919'>
<p>&#160;&#160;&#160; &#8230;</p>
<p>&#160;&#160;&#160; &#60;input type="radio" id="gender" name="gender" value="0&#8243; checked/&#62;</p>
<p>&#160;&#160;&#160; &#60;input type="radio" id="gender" name="gender" value="1&#8243; /&#62;</p>
<p>&#160;&#160;&#160; &#8230;</p>
</p>
</div>
]]></description>
        	        	<pubDate>Wed, 20 May 2009 14:07:19 +0300</pubDate>
        </item>
</channel>
</rss>