Search found 10 matches

Go to advanced search

by Ryan Bloom5585665
Mon May 27, 2013 7:46 pm
Forum: Issues
Topic: Local Storage Variable Lasts for More than One Session?
Replies: 3
Views: 207
 
Jump to post

Local Storage Variable Lasts for More than One Session?

  1. What would that JS be?
    1. Is sessionStorage built into the app logic?
    2. I don't have a full screen refresh option because the back button is in the header.
by Ryan Bloom5585665
Mon May 27, 2013 5:57 pm
Forum: Issues
Topic: Local Storage Variable Lasts for More than One Session?
Replies: 3
Views: 207
 
Jump to post

Local Storage Variable Lasts for More than One Session?

Hello, I have two input fields (EquipmentAmount & AccessoryAmout), upon value change a local storage is created (MacPrice & AccPrice). When the user goes to the next page, they have a back button. When they go back, I want the fields that they entered to be filled in with the local storage v...
by Ryan Bloom5585665
Sun Apr 07, 2013 5:33 am
Forum: Issues
Topic: Unable to access data tab of one page in app (other pages are accessible)
Replies: 2
Views: 191
 
Jump to post

Unable to access data tab of one page in app (other pages are accessible)

Hello, One of my app pages' is stuck, I am unable to view the data tab. I am able to on other pages, but not on my "Splash" page. I have tried multiple browsers and different computers. Please help! Screenshot is attached https://d37wxxhohlp07s.cloudfront.net/s3_images/883376/Untitled_inli...
by Ryan Bloom5585665
Tue Feb 26, 2013 6:20 pm
Forum: Issues
Topic: Create Cookie for Multiple Fields and then Retrieve on Load
Replies: 13
Views: 885
 
Jump to post

Create Cookie for Multiple Fields and then Retrieve on Load

I have it now set to be .val. I also did an alert, (alert(Tiggzi('salespersonName').val());). The alert popped up the correct information. But when I try to alert the cookie it still pulls up a "null" message.

by Ryan Bloom5585665
Tue Feb 26, 2013 5:50 pm
Forum: Issues
Topic: Create Cookie for Multiple Fields and then Retrieve on Load
Replies: 13
Views: 885
 
Jump to post

Create Cookie for Multiple Fields and then Retrieve on Load

I have also tried to stringify the cookie: function setCookie(salespersonNamecookie) { document.cookie = salespersonNamecookie=JSON.stringify(Tiggzi('salespersonName').text()); + "expires=Fri, 16 May 2025 18:40:22 GMT"; alert($.cookie(salespersonNamecookie)); } With this code, it alerts &q...
by Ryan Bloom5585665
Tue Feb 26, 2013 5:32 pm
Forum: Issues
Topic: Create Cookie for Multiple Fields and then Retrieve on Load
Replies: 13
Views: 885
 
Jump to post

Create Cookie for Multiple Fields and then Retrieve on Load

I had that typo, but after changing it still does not work. My current code is: function setCookie(salespersonNamecookie) { document.cookie = salespersonNamecookie=Tiggzi('salespersonName').text(); + "expires=Fri, 16 May 2025 18:40:22 GMT"; alert($.cookie(salespersonNamecookie)); }
by Ryan Bloom5585665
Tue Feb 26, 2013 1:22 am
Forum: Issues
Topic: Create Cookie for Multiple Fields and then Retrieve on Load
Replies: 13
Views: 885
 
Jump to post

Create Cookie for Multiple Fields and then Retrieve on Load

No luck. Same pop-up that says [object] [Object].

by Ryan Bloom5585665
Mon Feb 25, 2013 5:24 pm
Forum: Issues
Topic: Create Cookie for Multiple Fields and then Retrieve on Load
Replies: 13
Views: 885
 
Jump to post

Create Cookie for Multiple Fields and then Retrieve on Load

Hello Tiggzi Support, I am trying to create a cookie for multiple input fields. The input fields are: -salespersonName -salespersonCompany -salespersonPhone -salespersonEmail -salespersonTitle I am currently trying to set the cookie for just the top field, my code is: function setCookie(salespersonN...

Go to advanced search