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;
}
Find places to explore across the Goldfields
Looking for your next adventure in the Victorian Goldfields? Whether you're interested in:
There are hundreds of locations to discover across the region.
Browse the map below to explore new places, or use the links above to jump straight into what interests you.