[jQuery] redraw problems when replacing table rows
[jQuery] redraw problems when replacing table rows
See this test page: http://dev.corefive.net/jquery/tablerows.lasso Each 'delete' link should hide the current table row. The 'do it' link refreshes all rows with random data. I see various redraw/spacing issues in all browsers when clicking different combinations of the available links. I can avoid most of them by replacing the .hide('slow') with .css({display:'none'}), but it certainly isn't as cool. :/ The worst issue, however, seems to only happen in Opera. When the rows are replaced, they all run together inline instead of remaining in a grid. Any thoughts on how to work around these issues? Thanks! Jason -- View this message in context: http://www.nabble.com/redraw-problems-when-replacing-table-rows-tf2193179.html#a6069404 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/