function addFavouriteActivity(id){
var url = "/includes/cart_functions.php?action=addToFavourites&recipe_id=" + id;
$.ajax({
type: "GET",
url: url,
success: function(theResponse) {
if(theResponse == "1"){
$("#faveadded" + id).show();
$("#faveadd" + id).hide();
transientFavs[id] = 1;
}
else alert("There was a problem adding this location to favourites");
}
});
return false;
}
Looking for your next adventure in the Victorian Goldfields? Whether you're interested in free camping in Central Victoria, trying your luck at gold prospecting, chasing waterfalls or exploring abandoned mines, this region has got something for you!
Browse the map below and click the heart icon to add locations to your favourites.