require(['jquery'], function (jQuery) {
Get the value of a cookie with the given name.
example $.cookie('the_cookie');
desc Get the value of a cookie.
param String name The name of the cookie.
return The value of the cookie.
type String
name $.cookie
cat Plugins/Cookie
author Klaus Hartl/klaus.hartl
stilbuero.de