<script type="text/javascript"> $.cookie("foo", "somevalue"); alert($.cookie("foo")); var $In1 = 'bounceInLeft'; var $Out1 = 'bounceOut'; $('#test').hide(0).delay(2000).show(0).addClass('animated ' + $In1); $('.test1').text($.cookie("example")); $('.close').click(function(e){ $('.alert').removeClass('animated ' + $In1); $('.alert').delay(1000).addClass('animated ' + $Out1); });</script>
I chodzi o to, że cookie nie działają, bądź zwracają undefined. Dodatkowo jak dodaje cookie, to pozostała część skryptu nie chce działać.
Bardzo prosże o szybką i skuteczną pomoc.
Pozdrawiam