Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
didintern opened this issue Sep 19, 2014 · 0 comments

Comments

@didintern
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant