zパスボタンをクリックしたときに新しい画像を追加しようとしていますコードのこの部分が機能していません
$(".ctaSpecialOne").click(function(){
alert("clicked");
$(this).parent().unbind("mouseenter").children("img").attr("src", "http://www.onlinegrocerystore.co.uk/images/goodfood.jpg");
});