Elementals.js

Latest Version: 3.7 Final 20 December 2018

Method _.Cookies.delete

Summary:

Deletes a browser cookie

Calling Convention:
_.Cookies.delete(name[, path[, domain]])
Parameters:
name
The cookie's name
path optional
The path inside the domain the cookie applies to. If omitted the domain-wide version is assumed.
domain optional
The domain the cookie applies to. If omitted, the current page domain is assumed.
Returns:
Nothing

Advertisement