jQuery: The Write Less, Do More JavaScript Library

return value when setting

Project:Cookie
Version:1.0
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

Return the value even when setting, this would allow:

var value = $.cookie(key) || $.cookie(key, default);