Skip to content

How to use cache to not reload the images from scratch once the page is loaded  #55

@didintern

Description

@didintern

Hello ,

I have implemented the Jail in my mobile Web App .
The images are loading from scratch all the time . Like in Index page if I refresh the page two times it loads the images again . Instead of getting it right from the cache .

So it there a way I can fix this problem
I am using a basic call only

<script> $(document).on('pageinit','#outerPage',function(){ $(function(){ $('img.lazy').jail({ effect: 'fadeIn', speed : 500 }); }); }); </script>

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions