Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • did I miss something? why are you in a form? Commented Jul 7, 2010 at 8:36
  • var arr = []; $('input:text').each(function(){ arr.push($(this).val()); }); Commented Jul 7, 2010 at 8:37
  • ... There are more and more people saying things like "Why are you doing that?" - Does it really matter (providing the answer is correct)? Commented Jul 7, 2010 at 15:12