‘canskill-form’ }, :candidate_id => @candidate_id do |form| %>
Then the controller action:
new Insertion.Bottom(“canskills”, "\n<div id="new-canskill">\n <td td align="LEFT">Internet
Insertion.Bottom("canskills", "\n<div id=\“new-canskill\”>\n <td td align=\“LEFT\”>
Reading more perhaps this is not an error as much as it’s showing me
I tried to update part of a table with AJAX but no luck.
What I did was create a new table inside of a single cell(possibly using
rowspan/colspan), and update the whole inner table.
It’s ugly, and I had to add a single-row table for each update. If
anyone knows a better way, I’d like to hear it.
AFAIK you cannot create a div inside a table that contains table rows,
but I may be wrong here.
Jason
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.