The wife asks me to request a recipe (code) for recipes (food) from
Epicurious:
http://www.epicurious.com/services/rss
She particularly wants the Healthy Recipes, New Recipes, Latest Features and Blogs (the first four feeds).
Thanks!
Edit: I am slowly making progress at doing this myself. I wouldn't have posted the request, except that it was beyond my skills. Of course, with sufficient effort, skills tend to improve.
I hope no one has spent too much time on it, although I can't yet determine if I will succeed.
Question: one page has this code:
Code:
<div class='padTop14' id="recipeIntroText">
<span id="truncatedText">Cooking a large piece of salmon fillet couldn’t be easier and helps ensure that the fish stays flaky and moist. The crushed caraway seeds in the...</span>
<span class="greenLnk"><a class="greenLnk" onclick="swapIntroText(event);">more</a> ›</span>
<script>
var recipeIntroText = "Cooking a large piece of salmon fillet couldn\u0092t be easier and helps ensure that the fish stays flaky and moist. The crushed caraway seeds in the glaze add a subtle twist to the classic honey and mustard combination, which really complements the full flavor of the salmon.";
</script>
</div>
Can anyone suggest how to replace the truncatedText with the contents of the var recipeIntroText?
Thanks.