<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1046315" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1046315</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Sorry to take ages to reply</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/get-value-inputs-jquery#comment-1247701</link>
    <description> &lt;p&gt;Sorry to take ages to reply to this, also welcome to TWF! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;You&#039;ve already partially got the answer in your code there, if you run:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;var tableInputs = $(&amp;quot;input[name=&amp;#039;table[]&amp;#039;]&amp;quot;);&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Then you&#039;ll be able to use &lt;code&gt;tableInputs&lt;/code&gt; as an array:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;alert(tableInputs[0]);&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You don&#039;t even have to use an intermediate variable, this works just as well:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$(&amp;quot;input[name=&amp;#039;table[]&amp;#039;]&amp;quot;)[0];&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Although, if you&#039;re going to use the array in a for loop it would be better to put the result of &lt;code&gt;$(&amp;quot;input[name=&amp;#039;table[]&amp;#039;]&amp;quot;)&lt;/code&gt; into a variable, then the $ function won&#039;t be called on every iteration of the loop.&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Mar 2010 04:29:00 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1247701 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
