On Wed, Jul 28, 2010 at 8:30 AM, Tomasz Romanowski <[email protected]> wrote:
> I'm trying to update a table cell based upon a selection in another cell
> identified as "descPlaceholder". However, instead of getting the
> intended cell updated the updated string gets displayed completely
> outside of the table in a seemingly arbitrary spot on the form.

>      </td>
>      <div id="descPlaceholder">
>        <td>placeholder for description</td>
>      </div>
>      <td>

That'll never work because it's not valid HTML; a DIV can't be a child
of a TR.

-- 
Hassan Schroeder ------------------------ [email protected]
twitter: @hassan

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to