.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _user-manual: Users Manual ============ If you want to check user has accepted cookie or not: .. code-block:: javascript :linenos: :emphasize-lines: 2-4 jQuery(document).ready(function($) { if($.cookie('cc_cookie_accept')){ ... } if($.cookie('cc_cookie_decline')){ ... } }); You can change message bar style located in EXT:cookie_cuttr/Resources/Public/css/cookiecuttr.css