Tagged Questions
0
votes
1answer
16 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
20 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
25 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 ...
0
votes
0answers
25 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
96 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 ...
1
vote
1answer
62 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. ...
0
votes
1answer
43 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
59 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
80 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
63 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">
...
1
vote
0answers
136 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 ...
0
votes
1answer
154 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
269 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
1answer
127 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 ...
1
vote
2answers
162 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 ...