I tried to remember the next action in Bootstrap Twitter messages after this message ( Using Bootstrap, you have a warning window, remember the closed action )
I want users to not be able to see the warning as soon as they close it and the page will reload again.
I know that I have to save the status in a cookie, so I used the jQuery function suggested in the above example, but it doesnβt work. What am I doing wrong?
Fiddle β http://jsfiddle.net/kFy5y/
Thanks in advance!
jQuery(function( $ ){
Signal
<div class="alert alert-info fade in"> <button type="button" class="close" data-dismiss="alert">Γ</button> <strong> ALERT BODY</strong> </div>
source share