‘d.cookie’ is null or not an object
10 June, 2011 Leave a comment
Get this javascript error when using jQuery UI?
You’ve forgotten to include a script reference to the jquery cookies plugin on the page:
<script type="text/javascript" src="javascript/jquery.cookie.js"></script>