Demo: You want an explicit reset button?
Accept the cookie in the cookie notification bar and you will see this in action.
If you want a discreet Reset link instead just set cookieDiscreetReset to true.
$(document).ready(function () {
$.cookieCuttr({
cookieResetButton: true
});
});