Rafael Marques
Posts: 0
Joined: Thu Aug 14, 2014 12:00 am

How to forget all the information loaded from the database when you leave the page?

so far everything works correctly.

go back and enter in an image that has the image database.

Image

Image

everything works normally so far.

Rafael Marques
Posts: 0
Joined: Thu Aug 14, 2014 12:00 am

How to forget all the information loaded from the database when you leave the page?

but if you go into a list item that has no image (no-image.jpg) after entering with one image, this error happens, the list item without image shows the same image of the item that had image.

Image

Image

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to forget all the information loaded from the database when you leave the page?

Rafael,

You should on the event Page Hide for page Empresa execute a javascript code in which you should find elements of the carousel and remove in them links to images, that you put in there as a result of mapping of service portoseguro_read

Rafael Marques
Posts: 0
Joined: Thu Aug 14, 2014 12:00 am

How to forget all the information loaded from the database when you leave the page?

How? Apperyio ( 'mobileimage_25' ).val("");
not work..

can you help me?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

How to forget all the information loaded from the database when you leave the page?

Hi Rafael,

Here is code for purpose:

pre

jQuery('[name="mobilecarousel_3"]').find("img").attr("src", "files/resources/image/no-image.jpg");

/pre

Regards.

Return to “Issues”