At Delicious Living, we know that delicious, healthy food is a good idea all year round … but the holidays seem to beg for something just a bit more special. We’ve collected a sampling of our favorite dishes from the Delicious Living archives to help you put the finest—and healthiest—flavors on your table during this festive time of year. Whether you’re home for the holidays or visiting friends and family afar, use these recipes to enliven your feasts and celebrate the best tastes in life.
To Download the cookbook, please fill in the form below.
//create form validation $("#submgmt").validate({ rules: { Zip: "required", Email: {required: true, email: true}, } });
}); //takes in a string value and populates it for a select list if an option with value exists $.fn.set_select = function(val) { $(this).find("option").each(function () { if($(this).attr("value") == val && $(this).attr("value") != "") { $(this).attr("selected", true); } }); };