Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Revisions

2 of 2
added 43 characters in body
wade
  • 21
  • 2

if you want selector get the same id, use:

$("[id=task]:eq(0)").val();
$("[id=task]:eq(1)").val();
etc...
wade
  • 21
  • 2

AltStyle によって変換されたページ (->オリジナル) /