search for: cause_hom

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

Did you mean: cause_home
2006 Jan 14
14
Javascript/AJAX Debugging
...rying to implement something similar to the "multiple updates" section of the Web2.0 chapter of the Agile book. I implemented my version, and nothing is happening. No javascript errors, my logs look fine, page is rendered fine... just no Effect.Highlight. Here is the code: views/causes/cause_home/index.rhtml =============== <%= form_remote_tag(:complete => "eval(request.responseText)", :url => {:action => ''update'', :id => @cause.id}) %> <div id="div1">super</div> <div id="div2">super<...