Skip to content

function_deleteCookie

Wesley de Groot edited this page Jul 31, 2018 · 4 revisions
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v1.0.0 Final

Function deleteCookie

_('.wrapper').deleteCookie(name, path, domain)



Delete cookie data


🕸 Web Only

This function is only for websites


Parameter list

Type @var Description Required
string name cookies name Required
string [path] path (default: /) Optional
string [domain] domain (default .domainname.extension) Optional

Example:

_.getCookie('Cookiemonster')


Returns:

bool




Back to function list
Clone this wiki locally