Thanks for your reply. unfortunately I don't understand what you mean. Could you please explain it to me.
The rjs looks like page.replace_html :content, :partial => "list", :locals => { :elements => @elements } and the call I want to make is jQuery('.scrolling_table').tablesorter({ sortList: [[0,0]] }); THANKS AGAIN Sig On Sep 18, 7:15 pm, lanxiazhi <lanxia...@gmail.com> wrote: > As far as I know,there is not such method. > but when the data come back through rjs,then you append it to the div,just > do one more thing: > > $("table").trigger("update");