I try to get the next input value after a <td>
field. I tried something like
$(this).parent("tr").next("input")
but it didn't work out.
Here the jsfiddle.
As you can see you need to select an option to parse the input ... I want the delimiter input value of the same row ..