bluetwin wrote in post #1018192: > On Aug 23, 4:13am, Sathiyaraj Gurusamy <[email protected]> wrote: >> >> > Why would clicking collapse require sending a request to the server? >> >> Basically we listed schools. If I click particular school then it will >> expand(edit the all fields and descriptions and save) >> after that i want close this expand by clicking collapse button then it >> will close(replacing existing content with new content) and reload that >> particular div with updated value. >> >> -- >> Posted viahttp://www.ruby-forum.com/. > > Sounds like a Javascript selector problem. > Can you post the .rjs file for each partial? "/manage/schools/ > expanded_table_row" and "/manage/schools/collapsed_table_row" > > is the expanded rjs changing the <tr id="<%= content_element_id %>"> > element?
Hi bluetwin, I found a problem.. I try using div tag instead of tr tag. It's working fine. But so many redesign work. So i want to working in that <tr> tag. Any guess?.. -- Posted via http://www.ruby-forum.com/. -- 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.

