The scenario.
I have a table with form inputs. I want to clone the row to provide
another row of inputs to the user.

How I plan to do it.
I start the table with one row. I also place a copy of that row inside
a hidden div on the page. When the user clicks a button I clone and
append the row from the hidden div to the table.

The problem.
I cannot select the row in the hidden div. Not even from the Firebug
console even though I can see the row in the source

I have tried the following.
1) Removing the div and making the row hidden which did not work
2) Placing row inside the table and hiding. This did work.

So it seems I can only select a row if its in a table? That makes no
sense?

Any ideas about why this is happening would be appreciated.

Thanks
Steve

Reply via email to