Ingredients
$(document).ready(function(){ function getChecked(){ return $(document).find('[id^="ingredientCheck"]:checked'); } function atLeastOneIsChecked() { let checked = getChecked(); return (checked.length > 0); } $(document).on('click', '.form-check-input', function(){ if(atLeastOneIsChecked()){ $(document).find('.js-add-recipe-to-cart').removeAttr("disabled"); } else { $(document).find('.js-add-recipe-to-cart').attr("disabled", "disabled"); } }); $(document).on('click', '.js-add-recipe-to-cart', function(){ if(atLeastOneIsChecked()){ // get all items let items = getChecked(); let i = 0, itemLen = items.length; for(i;i<itemLen;i++){ let item = $(items[i]).data("product"); pacecore_add_to_cart(item); } } }); });
Directions
- Combine basil, walnuts, and blueberries in a blender. Blend on high until the ingredients are well minced and slowly drizzle the olive in. Continue to blend until the pesto is smooth. Set aside.
- Lightly season the scallops with salt and pepper. In a medium sized sauté pan on medium-high heat, sear the scallops for 1-2 minutes on each side.
- Spoon the blueberry basil pesto onto the bottom of a plate. Arrange the arugula on top of the pesto with the seared scallops.
- Finish the plate with a drizzle of balsamic glaze.
Ingredient availability varies by location*