Questions tagged [jquery-cookie]

A simple, lightweight jQuery plugin for reading, writing and deleting cookies.

jQuery Cookie is a simple, lightweight jQuery plugin for reading, writing and deleting cookies.

327 questions
6
votes
2 answers

jQuery $.cookie not reading cookie set by server response

$.cookie is not reading cookies that have been previously set by the server response. I can read cookies that have been set with $.cookie(). I can see all domain cookies set with Firefox's Web Developer add on. Also, the server side can see the…
ojreadmore
  • 1,465
  • 2
  • 17
  • 33
5
votes
2 answers

jQuery tabs with cookie - If cookie exists?

I have this code: jQuery(document).ready(function($) { $( "#tabs" ).tabs({ collapsible: true, fx: { height: 'toggle', duration: 'fast'}, cookie: { expires: 30 } }); }); I use jQuery tabs with…
Jens Törnell
  • 23,180
  • 45
  • 124
  • 206
5
votes
1 answer

Fake global jQuery with browserify-shim? (Cannot find module 'jquery')

I'm encountering a puzzling issue with Browserify, regarding jQuery plugins. As I have multiple bundles for separate sub-apps, I have some global libraries as