Questions tagged as 'localstorage'

2
answers

Save data in LocalStorage and then check if it exists on another page

Good afternoon person. I need to save a data in LocalStorage and then check if this value exists on another page, I tried it here but it did not work. First I define the value of the "variable" Prof_AMC if($(myEmail == singleMail)){...
asked by 06.09.2018 / 21:43
1
answer

How to pass data from one screen to another with Native LocalStorage and Ionic 3?

I would like to know how to pass data from one item to a form in another view using Native LocalStorage from Ionic 3. I created a provider as shown below: import { Injectable } from '@angular/core'; import { Storage } from '@ionic/storage';...
asked by 29.08.2018 / 20:56
0
answers

Check token localstorage with bank * Ionic 3 *

Hello friends, my doubts are kind of simple for many, but for me this is complicated. I wanted to do a check if the token that is stored in the localstorage is the same or if it exists in my database. I'm using Ionic 3, and using Wordpress wp-re...
asked by 26.07.2018 / 20:32
1
answer

Load a window only once after reloading the site in asp.net C #

Having this window whenyoufirstaccessawebsite,howdoIonlyappearonceevenafterI'vereloadedthewebsite,ordoIreturntothehomepageandnotshowupagain?<inputtype="radio" id="rd"> <div class="bg"> <div class="box">...
asked by 18.05.2018 / 17:39
1
answer

Delete from localStorage

I'm a beginner in the js area and I'm developing a code that stores the data in a table and saves it to the localStorage, so when I click the delete button that appears in this table, the line is cleared from my screen and the localStorage Also,...
asked by 30.03.2018 / 07:37
2
answers

My value is overridden in LocalStorage

I'm trying to add data in LocalStorage through a form. However, it always overrides the value and the key that I had given does not appear (it gets 1). In this snippet of code it is when it takes the user object (it is an input) and sends to...
asked by 28.03.2018 / 22:31
1
answer

Set localStorage in different domains

I have three applications: 1. Login (running on port 8080) with very simple jQuery 2. API (running on port 4000) with Nodejs 3. Web (which runs on port 4200) with Angular When I log in and click "Log In", it will call the API,...
asked by 13.03.2018 / 11:08
0
answers

Relationship tables localStorage Ionic 3

I want to make a relationship between two "tables" in Ionic 3 with LocalSotrage. I created a provider with the first one that would be the movement register: import { Injectable } from '@angular/core'; import { Storage } from '@ionic/storag...
asked by 06.03.2018 / 17:56
0
answers

Saving sortable div position in local storage

I'm having trouble saving the position of my divs sortable . I use this code to save positions: <script type="text/javascript"> jQuery(function($) { var cookieName="List" var list = localStorage.getItem(cookieName) if...
asked by 08.02.2018 / 13:33
1
answer

Add multiple products in a sessionStorage

I add the product through a select, but when I try to add another one it deletes what is in the current sessionStorage . How do I add the two? I have the select in html that brings the product, and when it is clicked it adds the...
asked by 01.12.2017 / 14:48