Displaying 1 result from an estimated 1 matches for "person_compress".
Did you mean:
person_compressed
2006 Jun 23
2
Queue 3 or more RJS actions
My .rjs file
page.visual_effect :BlindUp, "people", :queue => ''front'' #first action
page.replace_html "people", :partial => ''person/person_compressed'',
:collection => @search_results , :queue => ''end'' #second action, after
first is done
page.visual_effect :BlindDown, "people" , :queue => ''end'' #third
action, after second is done
I want it to BlindUp, replace the div, and th...