You are viewing limited content. For full access, please sign in.

Question

Question

update table from radio values

asked on September 5, 2016 Show version history

I have a table defined with 14 fixed rows. 

I need to be able to update the Selection and Amount from Radio button selections throughout the form.

The first row would be updated with the selection from this Radio button:

So my jquery code is:

But it is not updating the field in the table.  I don't think I am referencing the table correctly.

0 0

Replies

replied on September 6, 2016

Use $("#Field279(1) input"), you need to use () instead of [] to reference the table element ids.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.