Hi!
Is there any way to suspend execution of javascript until whole page is loaded in a browser? I am updating a div at the bottom of the document using AJAX but when I click this link before whole page is loaded I get an error...
<%= link_to_remote 'Update', :update => 'div_at_the_bottom', :url => { :usual_stuff } %>