标签: javascript jquery cookies
我需要在域1中设置cookie 并在domain2中获取cookie值
我尝试使用jquerycookie.js
在第二页我设置了像
$.cookie('url', window.location.href);
在第一页我得到像
<script> function checkUrl() {alert($.cookie('url'));}<script/>
但是它返回了undefined