Tagged Questions
0
votes
1answer
137 views
Cookie not saving in safari when adding to home screen
Hey i'm using the following code to set a cookie and get it :
$.cookie('SimMobileUsername', $('#user_id').val());
if($.cookie('SimMobileUsername') != "null" && ...
1
vote
1answer
304 views
Can the Jquery Cookie plugin only read cookies that it sets?
Can the Jquery Cookie plugin only read cookies that it sets?
I am using an IFrame to display a page inside a jQuery Mobile page (date-role="page). The Iframe, uses a page that is asp.net forms ...