Skip to content

flbeta_function_deleteCookie

Wesley de Groot edited this page Sep 15, 2016 · 18 revisions
                     _          
                    (_)         
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.0.8 Beta

💡 Function deleteCookie

💡 _('.wrapper').deleteCookie(name)



Delete cookie data

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](https://github.com/wesdegroot/_.js/wiki/Function%20List%20(Beta))

Clone this wiki locally