[javascript] / trunk / jquery_lazyload Repository:
ViewVC logotype

Log of /trunk/jquery_lazyload

View Directory Listing Directory Listing


Sticky Revision:

Revision 439 - Directory Listing
Modified Sat Nov 8 23:17:44 2008 UTC (21 months, 4 weeks ago) by tuupola
Code now lives at: http://github.com/tuupola/jquery_lazyload

Revision 438 - Directory Listing
Modified Sat Nov 8 23:14:38 2008 UTC (21 months, 4 weeks ago) by tuupola
Moved to http://github.com/tuupola/jquery_lazyload

Revision 433 - Directory Listing
Modified Fri Sep 19 08:08:05 2008 UTC (23 months, 2 weeks ago) by tuupola
Use old stylesheet.

Revision 393 - Directory Listing
Modified Thu Jun 12 13:40:35 2008 UTC (2 years, 2 months ago) by tuupola
Use jQuery 1.2.6 from Google Ajax APIs. Remove external dimensions plugin. 
Move statistics related code in to bottom of the page.

Revision 334 - Directory Listing
Modified Mon Mar 17 12:38:47 2008 UTC (2 years, 5 months ago) by tuupola
Add link to fadein demo.

Revision 333 - Directory Listing
Modified Sat Mar 15 13:37:54 2008 UTC (2 years, 5 months ago) by tuupola
Use jQuery 1.2.3 for demo pages.

Revision 332 - Directory Listing
Modified Sat Mar 15 13:30:44 2008 UTC (2 years, 5 months ago) by tuupola
Move testing whether image is loaded or not into "appear" trigger. Fixes 
problem of failurelimit counter filling unintentionally.

Revision 331 - Directory Listing
Modified Sat Mar 15 13:19:04 2008 UTC (2 years, 5 months ago) by tuupola
Show source in example pages.

Revision 330 - Directory Listing
Modified Sat Mar 15 12:15:58 2008 UTC (2 years, 5 months ago) by tuupola
Add FadeIn demopage.

Revision 329 - Directory Listing
Modified Sat Mar 15 11:45:28 2008 UTC (2 years, 5 months ago) by tuupola
Prevent unnesseccary triggering of appear event.

Revision 328 - Directory Listing
Modified Sat Mar 15 11:16:22 2008 UTC (2 years, 5 months ago) by tuupola
Use scroll event.

Revision 327 - Directory Listing
Modified Sat Mar 8 00:36:04 2008 UTC (2 years, 6 months ago) by tuupola
Add configurable effect and it's speed.

Revision 326 - Directory Listing
Modified Sat Mar 8 00:06:41 2008 UTC (2 years, 6 months ago) by tuupola
Use $(self).bind() instead of $(self)[settings.event] everywhere.

Revision 325 - Directory Listing
Modified Fri Mar 7 23:51:48 2008 UTC (2 years, 6 months ago) by tuupola
Use "appear" event for triggering loading of original image.

Revision 316 - Directory Listing
Modified Fri Feb 1 11:33:40 2008 UTC (2 years, 7 months ago) by tuupola
Prepare for release.

Revision 315 - Directory Listing
Modified Fri Feb 1 11:27:59 2008 UTC (2 years, 7 months ago) by tuupola
Add link to project home.

Revision 314 - Directory Listing
Modified Fri Feb 1 10:00:39 2008 UTC (2 years, 7 months ago) by tuupola
Make JSLint happy.

Revision 313 - Directory Listing
Modified Wed Jan 30 14:52:04 2008 UTC (2 years, 7 months ago) by tuupola
New demo for timeout loading.

Revision 312 - Directory Listing
Modified Wed Jan 30 14:38:26 2008 UTC (2 years, 7 months ago) by tuupola
Remove debug stuff.

Revision 311 - Directory Listing
Modified Wed Jan 30 14:32:54 2008 UTC (2 years, 7 months ago) by tuupola
Need to use " around property names.

Revision 310 - Directory Listing
Modified Wed Jan 30 14:29:44 2008 UTC (2 years, 7 months ago) by tuupola
Prepare for release.

Revision 308 - Directory Listing
Modified Wed Jan 30 14:26:11 2008 UTC (2 years, 7 months ago) by tuupola
Use jquery style selector names. ie :foo-bar instead of :foobar.

Revision 304 - Directory Listing
Modified Wed Jan 30 14:17:48 2008 UTC (2 years, 7 months ago) by tuupola
Add possibility of using custom events such as foo-bar.

Revision 291 - Directory Listing
Modified Fri Jan 18 20:26:11 2008 UTC (2 years, 7 months ago) by tuupola
Use jQuery-1.2.2 and dimensions-1.2.0.

Revision 264 - Directory Listing
Modified Sun Oct 21 18:43:15 2007 UTC (2 years, 10 months ago) by tuupola
Prepare for release.

Revision 263 - Directory Listing
Modified Sun Oct 21 18:24:13 2007 UTC (2 years, 10 months ago) by tuupola
Add new demo pages.

Revision 262 - Directory Listing
Modified Fri Oct 19 13:56:45 2007 UTC (2 years, 10 months ago) by tuupola
Introduce new parameter failurelimit. Default value of 0 assumes lazy loaded
images are sequential in your web page. Meaning when looping through images
and first below the fold is found, plugin assumes all the rest of the images
are below the fold too and stops the loop.

There are case where you want to finetune this. If you set failurelimit to
20 loop will continue to check 20 more images after first one below the
fold is found.

Revision 224 - Directory Listing
Modified Sat Sep 15 14:13:11 2007 UTC (2 years, 11 months ago) by tuupola
svn propset svn:keywords "Id" jquery.lazyload.js

Revision 223 - Directory Listing
Modified Sat Sep 15 14:08:31 2007 UTC (2 years, 11 months ago) by tuupola
Add Makefile to svn.

Revision 222 - Directory Listing
Modified Sat Sep 15 14:08:12 2007 UTC (2 years, 11 months ago) by tuupola
Change link.

Revision 221 - Directory Listing
Modified Sat Sep 15 14:02:52 2007 UTC (2 years, 11 months ago) by tuupola
Remove forgotten console.log()

Revision 220 - Directory Listing
Modified Sat Sep 15 13:57:17 2007 UTC (2 years, 11 months ago) by tuupola
Do not do any check for image after it has bee loaded.

Revision 219 - Directory Listing
Modified Sat Sep 15 13:04:52 2007 UTC (2 years, 11 months ago) by tuupola
Fire one scroll event per scoll. Not one scroll event per image.

Revision 218 - Directory Listing
Modified Wed Sep 12 15:49:28 2007 UTC (2 years, 11 months ago) by tuupola
Add test page sideways scrolling. Use minified jQuery.

Revision 217 - Directory Listing
Modified Wed Sep 12 15:48:53 2007 UTC (2 years, 11 months ago) by tuupola
Save some bytes by removing $.abovethefold and $.leftoffold.

Revision 216 - Directory Listing
Modified Mon Sep 10 18:49:23 2007 UTC (2 years, 11 months ago) by tuupola
Handle sideways scrolling. Add jQuery selectors for :belowthefold,
:abovethefold, :rightoffold and :leftoffold.

Revision 215 - Directory Listing
Modified Mon Sep 10 08:09:51 2007 UTC (2 years, 11 months ago) by tuupola
Remove debug code.

Revision 214 - Directory Listing
Modified Wed Sep 5 21:42:40 2007 UTC (3 years ago) by tuupola
If custom event is set we do not care if image is below the fold. Allways
hide it.

Revision 213 - Directory Listing
Modified Wed Sep 5 21:20:16 2007 UTC (3 years ago) by tuupola
Configureable event when images should load. Defaults to when users
scrolls them above the fold.

Revision 212 - Directory Listing
Modified Wed Sep 5 20:50:25 2007 UTC (3 years ago) by tuupola
Use placeholder image in test.

Revision 211 - Directory Listing
Modified Wed Sep 5 20:45:27 2007 UTC (3 years ago) by tuupola
Add example placeholder images.

Revision 210 - Directory Listing
Modified Wed Sep 5 20:38:09 2007 UTC (3 years ago) by tuupola
Scrap previous. Inline images do not work with IE.

Revision 209 - Directory Listing
Modified Wed Sep 5 18:51:34 2007 UTC (3 years ago) by tuupola
Add possibility to add placeholder image. Defaults to transparent 1x1 
inlined gif.

Revision 208 - Directory Listing
Modified Mon Sep 3 10:10:26 2007 UTC (3 years ago) by tuupola
Fix titles in demo pages.

Revision 207 - Directory Listing
Modified Mon Sep 3 10:05:15 2007 UTC (3 years ago) by tuupola
Add licence block.

Revision 206 - Directory Listing
Modified Sun Sep 2 22:06:45 2007 UTC (3 years ago) by tuupola
Text changes.

Revision 205 - Directory Listing
Modified Sun Sep 2 22:05:29 2007 UTC (3 years ago) by tuupola
Resize images.

Revision 204 - Directory Listing
Modified Sun Sep 2 21:56:32 2007 UTC (3 years ago) by tuupola
Proper layout for demo pages.

Revision 203 - Directory Listing
Modified Sun Sep 2 20:14:21 2007 UTC (3 years ago) by tuupola
Use removeAttr() to completely remove src.

Revision 202 - Directory Listing
Modified Sun Sep 2 18:57:12 2007 UTC (3 years ago) by tuupola
Use minified dimensions.

Revision 201 - Directory Listing
Modified Sun Sep 2 18:56:49 2007 UTC (3 years ago) by tuupola
Bind scroll event to window not document. Now works with IE too.

Revision 199 - Directory Listing
Modified Sun Sep 2 18:01:51 2007 UTC (3 years ago) by tuupola
Copied from: trunk/jquery_belowthefold revision 195
Rename directory.

Revision 195 - Directory Listing
Added Sun Sep 2 15:02:44 2007 UTC (3 years ago) by tuupola
Original Path: trunk/jquery_belowthefold
Initial commit.

Sort log by:

Mika Tuupola
ViewVC Help
Powered by ViewVC 1.1-dev