Displaying 1 result from an estimated 1 matches for "ingrlist".
2007 Oct 25
4
""throw $continue" is deprecated, use "return" instead"
...L;
var recipeHTML="<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-/JYPxA39Uh5TLH3MbocF...