Displaying 3 results from an estimated 3 matches for "buildtables".
Did you mean:
buildable
2006 Apr 03
7
Javascript helpers not updating table row in IE6
Trying to replace a table row with an id using both RJS templates and
normal link_to_remote :update. Neither work in IE6, fine in FF etc.
If I use the same code but target a div with an ID it works. This is
tricky as I have a table with edit buttons, when the button is pressed
that row gets updated with a partial containing a form for update. I
need this to work as II don''t fancy
2006 May 19
2
Error in IE, works in FireFox?
Hi,
I have an rjs that works just fine in firefox (no errors in FireBug). In
IE however it doesn''t.
When I tried to debug it, I arrived to the following:
1. page.replace of some element - fails in IE with "Object Error", even
if I''m replacing the element with a simple "<tr></tr>"
2. page.hide of that same element - works
3. page.remove of that
2006 Jul 18
6
RJS - Insert at top of table?
Quick question regarding RJS and inserting to the top of a table. Here''s
the view I''m working with:
<table id="links-list">
<tr>
<th>Display title</th>
<th>URL</th>
<th>Description</th>
<th>Category</th>
</tr>
<% for link in @links %>
<tr id="link-<%= h link.id