Displaying 2 results from an estimated 2 matches for "innerthtml".
Did you mean:
innerhtml
2007 Oct 25
4
""throw $continue" is deprecated, use "return" instead"
...ecipeHTML="<h5>"+obj.initial+"''s favorite recipe</
h5>";
for (key in obj.ingredients){
recipeHTML+=key+" : "+obj.ingredients[key]+"<br/>";
}
$(''ingrList'').innertHTML=recipeHTML;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To...
2006 Mar 09
1
Rails File Upload w/ Ajax Update?
...raise
end
end
# view
<div class="form">
<%= form_tag_with_upload_progress({:action => ''upload''},
{ :begin => "new Effect.Appear(''status'')",
:finish => "$(''message'').innertHTML = arguments[0]; new
Effect.BlindUp(''quick-resource'', {duration: 0.4});
AjaxScaffold.updateResources(request, ''resource''); return false;" })
%>
<!--<label for="upload_filename">File:</label><br />--><%=
file_field ...