2009/12/3 shapper <mdmo...@gmail.com>:
>
>  alert($.cookies.get("WCA.Player"));
>  var cookie = $.cookies.get("WCA.Player");
>  if (cookie == null || cookie == 'Play') {
>     $("#JPlayer").play();
>  }

Try using === instead of ==

Rafał Pocztarski

Reply via email to