search for: curator_questions

Displaying 1 result from an estimated 1 matches for "curator_questions".

2006 Apr 02
0
Re: updating the dom - Solution
...ur.js package. Using this, the solution was to apply a Behaviour.apply(); command when the XMLHttpRequest() is complete. So my solution was to use the form_remote_tag properties to help me call this like such: link_to_remote("questions", :url => { :action => ''curator_questions'', :uid => curator.id, :tid => @curators.id }, :update => "curator_question_container", :complete => "Behaviour.apply();") Steve http://www.smarkets.net On 4/2/06, Steve Odom <steve.odom@gmail.com> wrote: > > Hi list,...