DiviArea.Utils.getCookie(cookieName)
Return the value of a cookie.
Params
cookieName
- Cookie name.
Returns
A string with the cookie value, or false
when the cookie does not exist.
Notes
No notes
DiviArea.Utils.getCookie(cookieName)
Return the value of a cookie.
cookieName
– string, requiredA string with the cookie value, or false
when the cookie does not exist.
No notes