0
votes
0answers
9 views

jQuery.cookie saving and loading settings

I got this runtime dynamic unordered list with .sortable() which I want to store its new listitem order in my cookie after a drag event. On a page reload the saved index values get loaded from the ...
-2
votes
0answers
29 views

Jquery counter that remembers visitors IP address and doesn't appear every time [closed]

I need some help with this. It is a counter with one-time offer on my website, that should appear only the first time someone visits the site. Also, it should not reset on refresh. This is HTML code: ...
1
vote
1answer
54 views

Save Draggable Div Position

i had added a drag and move div to my website, i am using common header for each pages. my drag and move div code as follows: Script: <script type="text/javascript"> $(function() { ...
0
votes
0answers
23 views

Trying to follow tutorial simple modal and jquery cookies, doesnt work

I am trying to do newsletter subscription pop up using this tutorial http://www.phpbuilder.com/columns/jquery-newsletter-subscription-popup/Jason_Gilmore01192011.php3?page=2 I set up simplemodal ...
1
vote
1answer
26 views

Load CSS classes (with transitions) from cookies without transitioning into them

Here goes my first post on stackoverflow! I have created css to transition between two different background colors. .body { font-family: Tahoma, Geneva, sans-serif; font-size: 20px; ...
3
votes
3answers
128 views

Jquery/Javascript timer that doesn't restart on refresh

this is my first question on SO :) I need a timer in jQuery or javascript that will countdown 15 minutes, and than show a close button. Also, when user refreshes the page it should not reset, but ...
0
votes
3answers
32 views

Setting a cookie in jquery based on input box

I ma really new to javascript but I am using jquery and the jquery cookie library. I was wondering how I can put the contents of an input text box into a cookie. This is the code I have tried but it ...
2
votes
1answer
53 views

Jquery Cookie not being read correctly

I am trying to set a cookie, and then read it and put it into my google geocoding script but it doesnt seem to work. It should be so the only autosuggestion results are from the US but you can see in ...
0
votes
1answer
49 views

Remember toggle state on div after page refresh

I have a div that expands/collapses to an automatic height based on button clicks. I have that working just fine, but I would like to use jquery.cookie.js to remember if the user expanded it or not, ...
0
votes
0answers
28 views

jQuery Accordian Cookie state save

I'm having some problems with my code. What i'm trying to do is save the state of the accordions upon refresh. I'm using jQuery, jQuery Cookie and jQuery UI Accordion. The problem is that the cookie ...
-1
votes
0answers
32 views

jQuery Trying to store link in cookie

So I created this product called Office. You can create documents. These documents changes are applied and set by form data. But they are obviously only set on that page. For Example, heres the ...
0
votes
1answer
42 views

Read all available cookies: jQuery cookies

So I created this product called Office. You can create documents. These documents changes are applied and set by form data. For Example, heres the Document Editor Form data being, such as the name ...
0
votes
2answers
67 views

How to detect a unique visitor is unique? [duplicate]

I am in the early stages of coming up with a web application that asks the user to vote on something and then see the results on a map. There will be well over 100 options to choose from (suburbs). ...
0
votes
0answers
55 views

Newsletter Popup on Home Page - Bigcommerce

I have a Bigcommerce site and am finding the location of the newsletter signup (footer) hard for users to find. I wanted to use a sliding box (see hotsy totsy) as I'm familiar with that functionality ...
0
votes
1answer
28 views

Block Cookie from AJAX REST call in Javascript

We are building a mobile app based on webtech. Our endpoint (weblogic 11g) sends a jessionid cookie as well as a _wl_authcookie_jessionid_ cookie which is later automatically sent to the server again ...
0
votes
1answer
47 views

jQuery JavaScript is there a method of listening to cookies changing

Yea, not really sure what kind of title to give this. But I had a random thought just now, and I don't even know if its possible, I'd guess not but Hopefully someone can definitively tell me yes/no. ...
1
vote
3answers
49 views

jQuery cookie value is %5Bobject%20Object%5D

I have a simple html page and a js script: HTML page: <body> <input type="text" id = "content"> <button type="button" id="btn"> Save </button> </body> Javascript: ...
1
vote
1answer
47 views

setting value of a cookie - colon in the name

Im new to setting cookie values through javascript and my knowledge of both is basic - although Im comfortable with tweaking JQuery. In summary, Im working on a web site which must display a cookie ...
0
votes
0answers
101 views

jquery cookie vertical toggle menu

I have built a nice vertical menu that toggles with jquery and I need to be able to save the state, subject to what category the visitor is seeing. I have built a fiddle to show what i have: ...
1
vote
0answers
31 views

Single page app: Set authentication cookie without redirection

Currently working on a SPA, I would like to achieve login only through jquery - ajax. This actually works fine, but when closing the page and then coming back to the page, i am never logged in. This ...
0
votes
1answer
45 views

My cookie gets reset after clicking button

I have a joomla site and I am using rsform component to create a multi-page form. I am saving all the input field values in a cookie before the form is submitted just in case the user decides they ...
0
votes
0answers
47 views

Repopulate form with values of a cookie

I have a form that will save form values in a cookie incase user decides not to finish the form. This is what I have so far to create the cookie and read the cookie function ...
-1
votes
0answers
30 views

How do I keep my div hidden for a certain amount of time using jquery?

I am trying to make a div show once a visitor comes to my site and hide itself stay hidden for a predefined amount of time (30 days), even if the user comes back to visit. I just want visitors to ...
1
vote
4answers
230 views

How to run a function in every page in AngularJs

I have created a function that validates if a Cookie exists and I want to run this function in every page using angulajs. I just can't seem to make the fucntion run. Should I put it the module on in a ...
0
votes
0answers
20 views

jQuery Cookie and ColorBox combination - How to avoid clicking out of the colorbox

I have found a recent post (Using cookies to load colorbox on first page load only) which outlines how to set a cookie. (I have responded to this thread but for some reason my post doesn't show...) I ...
0
votes
1answer
53 views

How to Keep Cookie Value after page refresh

I'm creating a demo panel for users to change the layout of a Wordpress theme when they arrive at my demo site. The user changes value via a select drop-down box, and a cookie is set at that time. ...
0
votes
1answer
39 views

JQuery and Cookie: How to remove them when user leaves the page or exit window/tab

I am learning to use this JQuery cookie plugin at https://github.com/carhartl/jquery-cookie From what I read, it's really easy to read and remove a cookie. My question is: I want the cooked to be ...
1
vote
2answers
34 views

Storing touppercase() value in cookie and retrieving it in jQuery

I have a postcode lookup that stores a value as follows (using jQuery.cookie plugin) $.cookie('delpostcode', $('#deliveryPostcode').val().toUpperCase(),{path: '/'}); This stores GL53%200DW I then ...
0
votes
2answers
38 views

jquery cookie is not working is it a bug?

<script src="http://code.jquery.com/jquery-1.9.1.min.js" language="javascript"> </script> <script src="jquery.cookie.js" language="javascript"></script> <script ...
0
votes
0answers
21 views

Updating one cookie value instead creating new

I try to store a number in a cookie, which is changed between views. Im using jquery-cookies, and this is what i have now: trid = $.cookie('rid'); $.cookie('rid', parseInt(trid)+1); Why there is ...
0
votes
2answers
48 views

What does (function($) {…})(jQuery); do? [duplicate]

Someone can explain me what does this code do? (function($) { $.cookie = function(key, value, options) { // Body of the function here } })(jQuery); Wasn't is simpler just ...
0
votes
1answer
24 views

Find out current age of cookie using jQuery?

Is there a way to find out the current age of a cookie? For example, I want an overlay to appear on each visit for the first 30 days of the cookie, and then to no longer display after 30 days. I'm ...
0
votes
1answer
52 views

How to add/push new value to an array that stored in cookie by using JavaScript/jQuery

I used jQuery to create a cookie album_like that store an array of id, I would like to add/push new value to this array when some condition met, below is my code if (typeof $.cookie('album_like') == ...
2
votes
2answers
107 views

How to remove a cookie

I am trying to implement the logout functionality for my iPhone app, which uses jQuery mobile, JS at the client side and java at the server side. Currently what I have to do is to clear cookie and ...
0
votes
1answer
47 views

Variable not working with scrollTop

I've been searching for hours and have come up empty. I'm detecting the users scroll position on beforeunload and saving it to a cookie (using the plugin). After a page refresh the page should now ...
0
votes
1answer
26 views

jQuery cookie set up issue

I am trying to set up a cookie with jQuery, however it's not showing the cookie at all. Can somebody explain me where I am doing wrong please? http://jsfiddle.net/RVFX4/1/ I have this set up in my ...
0
votes
0answers
127 views

set scroll position on click then return to previous page position

I'm trying to set a cookie that stores the scroll position and I'm getting the initial scroll position cookie set but when I change pages that scroll position follows to the next page and scrolls to ...
0
votes
0answers
43 views

How can I set cookies in jQuery using jquery-cookie plugin?

I am trying to set cookie using the jquery-cookie plugin https://github.com/carhartl/jquery-cookie I have included the file jquery.cookie.js after the jQuery library <script ...
0
votes
0answers
29 views

Referencing Cookie with jQuery in content_for tag — Uncaught ReferenceError: $ is not defined

I am trying to reference my cookie inside a content_for tag. I keep getting the error - Uncaught ReferenceError: $ is not defined. I have the following snippet of code: <% content_for ...
1
vote
0answers
60 views

JavaScript cookie issue in Chrome

I have been giving this code to implement on a number of different websites, however there is an issue in google chrome where the toolbar appears and disappears within 300 milliseconds (time set in ...
0
votes
0answers
39 views

jQuery Cookie with Wordpress

When I use this jQuery.cookie("previousUrl", window.location.href, {path:"/"}); to set a cookie, when clicked I get two results depending what link I click on in Wordpress. If I click on the ...
-1
votes
3answers
35 views

How to remember (save in cookie) action from user for a day?

I have created some web-interface. And have created a little preload feature (pre-saver) for it, before logging in interface. Trouble is when user came to this interface he must see pre-saver every ...
0
votes
1answer
27 views

Cookies to hide multiple elements

I am trying to hide random multiple elements, so what I have done was given each a unique ID. $(function() { var left= $('#left'), right = $('#right'), heads = $('.maintitle'), ...
0
votes
4answers
130 views

set current page url cookie jquery

How would I set the current page url in a cookie? Right now i'm using jQuery.cookie("previousUrl", window.location.href, {path:"/"}); but what is being set is the clicked url. How can I set the ...
1
vote
0answers
62 views

Sent cookies along with jQuery Ajax Request

I'm using following method to send jQuery Ajax request to .net powered web service. My cookies are being sent without any problem. But when I try to force refresh (Ctrl + F5) then cookies are omitted ...
0
votes
2answers
103 views

jQuery Cookie URL

I have this cookie jQuery.cookie("previousUrl", window.location.href, {path:"/"}); to store the previous page url. How can I use this cookie as a window.location so that when a user clicks a "back ...
0
votes
2answers
69 views

How can I create a timer in cookies?

I have one page with 5 sub pages (each one has a different page link) what I am trying to do is create a timer to count how many seconds a user spend on a phone call. for example main.php << ...
0
votes
0answers
34 views

Cookie problems

I have a cookie that takes values from multipage form using rsform and stores them in a cookie weather or not they have a value using serialize() function. I can create the cookie and be able to view ...
0
votes
2answers
60 views

jquery cookie close button

I've done a lot of searching on google and here about using cookies to store browser location and to be able to return to that location if a page is refreshed, returned too, etc. but I'm not sure how ...
0
votes
0answers
102 views

JQuery Sortable (Advanced) Position Shifting/Flow/Animation/Save/Extend/Add

What i am trying to achieve with JQuery sortable is a horizontal 'list' that adjusts on the fly. What i mean by this is When i move item1 into another position where item2 lies the list fills in the ...

1 2 3 4 5 20