<script src="http://code.jquery.com/jquery-1.9.1.min.js" language="javascript"> </script>
<script src="jquery.cookie.js" language="javascript"></script>
<script language="javascript">
$(function() {
alert("loaded");
$.cookie('setdate', $.now());
alert($.cookie('setdate'));
});
</script>
jquery.cookie.js從https://github.com/carhartl/jquery-cookie下載 這個簡單的代碼不起作用。我得到..加載然後不確定。 Suggestions?
jquery cookie不工作是一個錯誤?
您是在file://還是在http://上測試? –
兩種方式,這是行不通的。我嘗試在本地主機和http服務器上,這兩種方式給了相同的結果 –
你可以使用javascript cookies。 –