Files
DefinitelyTyped/jquery.cookie
NN efd78f5100 Support converter option
jquery.cookie supports converter function in the second argument:

https://github.com/carhartl/jquery-cookie

Example for parsing a value into a number:

$.cookie('foo', '42');
$.cookie('foo', Number); // => 42
2015-01-12 17:26:40 +02:00
..
2015-01-12 17:26:40 +02:00