Tagged Questions
11
votes
4answers
6k views
Post-loading : check if an image is in the browser cache
Short version question :
Is there navigator.mozIsLocallyAvailable equivalent function that works on all browsers, or an alternative?
Long version :)
Hi,
Here is my situation :
I want to implement an ...
0
votes
0answers
12 views
jQuery Cycle with Lazy Load
I'm using Drupal 7 and created slides via jQuery Cycle.
JS:
$(document).ready(function() {
$('#quicktabs-container-view__islerimiz__islerimiz > div').cycle({
fx: 'fade',
next: ...
0
votes
1answer
24 views
only load the whole jquery stuff if a javascript condition is fullfilled
I would like to check, if there are more than tho large images on my php-generated forum-page, and only if so, then I would like to load jquery and do some jquerystuff.
How can I dynamically load ...
0
votes
1answer
31 views
ExtJS4 MVC Lazy Loading
Help! I have an ExtJS 4.2 MVC application that will contain multitudes of various Views. However, each user will have access to a mere fraction of the entire set. Obviously I don't want to load all of ...
2
votes
2answers
340 views
How should I lazy-load Ext JS MVC controllers, views, store, and models?
We're using Ext JS MVC as the front-end technology of a plugin/host architecture, where one host exists and many plugins can be installed easily via xcopy. Each plugin has an Ext JS application, and ...
0
votes
2answers
143 views
Best practice on implementing a load more in meteor
I would like to have a list with 10 items, at the bottom of the list there should be a load more button. When clicked it adds another ten items to the list.
I already came up with a session that ...
0
votes
1answer
61 views
Change image path src to data-src on Drupal 7
I want to use LazyLoad plugin. Searched modules about this jQuery plugin but don't work for me. Moreover, will use many options.
So, first rule:
Latest version of Lazy Load is not a drop in ...
0
votes
1answer
97 views
jquery lazy loading plugin
i am creating a portal using large number of images. For smoothness i add lazy loading plugin to this portal
This is the plugin http://www.appelsiini.net/projects/lazyload
I used this code for ...
1
vote
2answers
40 views
Uncaught Reference Error: function is not defined
i am using an ajax function to read some contents. Also i want to impliment lazy loading in this content
my code
$(document).ready(function () {
var getparam = '<?php echo ...
3
votes
4answers
7k views
Seaching for a Lazy Loading jQuery Slideshow or: hacking cross-slide
I am trying to get a jquery slideshow to display images from flickr, fading and scrolling. Everything works fine, except i really need Lazy Loading of the images (just loading the images on demand).
...
0
votes
0answers
45 views
Implementing lazy-load after fetching data-original
I am trying to implement the lazyload() plugin, but the images that this needs to be applied on get their src from an external script. This is all done after the page is loaded. To start the process, ...
1
vote
2answers
142 views
Knockout js: Lazy load options for select
I am trying to create a lazy loading select with knockout js. Loading the data on demand and getting it to update the UI is simple thanks to knockout. However I have an issue with setting the correct ...
0
votes
1answer
169 views
infinite scroll not working
I am using infinite scroll plugin for my page, but after writing the code it doesn't seem to work.I scroll to the bottom of the page but the infinite scroll doesn't get fired.
I have included all the ...
1
vote
1answer
70 views
How to unload HTML <img> that is not visible?
These days, it is common to lazily load images as the user scrolls them into view. I need to lazily load and unload.
Let's say that I have a page with so many large images that the browser gets slow. ...
1
vote
1answer
57 views
Lazyloading Background Images / FadeIn replacing Background-image
I am building a site which uses the Maximage jquery plugin to run a background image slideshow. Due to the size of the images, I've decided to try and implement a lazyloading approach which will ...
0
votes
1answer
70 views
mootools .bind function not working
Here is my page:
http://www.b-a.lt/c3150/Seseliai-akims
In this page I using mootools plugin lazypagination
http://mootools.net/forge/p/lazypagination
In FF Chrome and IE9+ all works fine, but in ...
1
vote
2answers
104 views
Lazy Loading doesnt display my images
I have heavy content images. Thats why I decided to use lazy load: http://www.appelsiini.net/projects/lazyload
My page is this one: http://www.mysecretathens.gr/kulte_test/osterman.html
I followed ...
0
votes
1answer
67 views
Chrome browser stucks on javascript execution
I using chrome version 26.0.1410.43 m. And I have problem with html code like this:
<div class="visos_prekes">
<ul class="block-list list-1">
<li class="simple">
...
0
votes
4answers
3k views
lazy load iframe (delay src http call) with jquery
I am looking for something similar to jQuery image lazy load plugin, but for iframes.
1
vote
0answers
158 views
JQuery Mobile LazyLoad Issues
So I'm doing lazy loading on a ListView on one jQuery page. When you click the ListItem it takes you to a details page. The problem is, that since I've binded a scrollstop event to the window, that ...
2
votes
1answer
425 views
Run jquery lazy load on page load not scroll
I am trying to use the jQuery lazy load plugin with the jQuery Isotope plugin. Things seem to be playing together nicely, however, I am having a tough time figuring out how modify the lazy load plug ...
40
votes
4answers
26k views
How to load images dynamically (or lazily) when users scrolls them into view
I've noticed this in numerous "modern" websites (e.g. facebook and google image search) where the images below the fold load only when user scrolls down the page enough to bring them inside the ...
0
votes
1answer
93 views
Is HeadJS still 'logical' when you only have 1 minified JS file?
Does it make sense to use HeadJS when you only want to load in 1 (minified) file that contains all the scripts..
3
votes
3answers
11k views
script onload/onerror with IE(for lazy loading) problems
I'm rebuilding my lazy loader module to accept asyncronus request but i have a BIG problem:
internet explorer don't support script.onload/onerror!!!
The old script did globally eval the target script ...
1
vote
2answers
205 views
Client Side Infinite Scrolling JQuery
I'm trying to make a [twitter like - LazyLoad] comments page for my web site.
I found a lot of plugins that do this using PHP [for the server side].
I tried: Sausage, Jquery4u, Infinite Ajax Scroll ...
1
vote
1answer
1k views
Infinite Scrolling Jquery [closed]
I Found these demos for infinite scrolling using Jquery, but I don't know how can I use them since their source is not provided.
If anyone fond them would you please clear the issue ?
I tried this ...
2
votes
1answer
204 views
Javascript ajax Lazy Loading and functions organization
I'm new to this kind of stuff so I'd like some design suggestions.
Let's say I have something like this
$(function () {
$('#menuBtn').on('click', app.openUsersMenu);
});
var app = {
users: ...
0
votes
2answers
120 views
Lazy loading google map api
I want to lazy load all the 3rd party JS/CSS after my home page is displayed since the external plugins etc are used when user navigates away from home page onto some specific module.
So far I have ...
0
votes
0answers
25 views
JS Lazy loading skipping w/~1k imgs - Whole row doesn't load
I'm hoping someone may have some experience with the issue we're having.
http://goldmedalpools.com/new-pools-spas/pool-gallery/
We are using a lazy loading trick to load images only as needed. There ...
2
votes
2answers
2k views
stand-alone lazy loading images (no framework based)
I look after a site which by nature has to load quite a lot of images and content on the page. We have decreased the number of elements and graphical layout images as much as we can, so we are now ...