Displaying 1 result from an estimated 1 matches for "replaceable_div".
2006 May 30
0
The ARTS Plugin: Another RJS Testing System
...edirect_to, :action => ''list''
assert_rjs :remove, "post_1", "post_2", "post_3"
assert_rjs :replace, ''completely_replaced_div'', ''<p>This replaced the
div</p>''
assert_rjs :replace_html, ''replaceable_div'', "This goes inside the
div"
assert_rjs :show, "post_1", "post_2", "post_3"
assert_rjs :sortable, ''sortable_item''
assert_rjs :toggle, "post_1", "post_2", "post_3"
assert_rjs :visual_effect, :hi...