search for: rest_in_plac

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

Did you mean: rest_in_place
2009 Mar 30
0
Trying to bind an appended partial that has REST_in_place attached to it with jquery?
...how").before(''<div id="flash_notice"><%= escape_javascript (flash.delete(:notice)) %></div>''); $("#shows").append("<%= escape_javascript(render(:partial => @show)) %>").effect("highlight", {}, 3000); $(".rest_in_place").livequery(''click'', function(){rest_in_place()}); $("#new_show")[0].reset(); The portion below so far does nothing. Just my tests to see what I can try and bind. $(".rest_in_place").livequery(''click'', function(){rest_in_place()}); It...