/**
require(['jquery'], function (jQuery) {
/**

Cookie plugin Copyright (c) 2006 Klaus Hartl (stilbuero.de) Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html


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