fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e00bd35
)
Dodanie namespace do danych zapisywanych przez jquery.lazyload.js.
author
zuber
<marek@stepniowski.com>
Wed, 19 Aug 2009 22:16:27 +0000
(
00:16
+0200)
committer
zuber
<marek@stepniowski.com>
Wed, 19 Aug 2009 22:16:27 +0000
(
00:16
+0200)
project/static/js/jquery.lazyload.js
patch
|
blob
|
history
diff --git
a/project/static/js/jquery.lazyload.js
b/project/static/js/jquery.lazyload.js
index
ea3de6f
..
522250f
100644
(file)
--- a/
project/static/js/jquery.lazyload.js
+++ b/
project/static/js/jquery.lazyload.js
@@
-12,7
+12,7
@@
}
var container = this;
}
var container = this;
- container.data('la
stScroll
', -10000);
+ container.data('la
zyload:lastCheckedScrollTop
', -10000);
function aboveViewport(container, element, threshold) {
return $(container).offset().top >= $(element).offset().top + $(element).height() + threshold;
function aboveViewport(container, element, threshold) {
return $(container).offset().top >= $(element).offset().top + $(element).height() + threshold;
@@
-23,8
+23,8
@@
}
function checkScroll() {
}
function checkScroll() {
- if (Math.abs(container.scrollTop() - container.data('la
stScroll
')) > settings.scrollThreshold) {
- container.data('la
stScroll
', container.scrollTop());
+ if (Math.abs(container.scrollTop() - container.data('la
zyload:lastCheckedScrollTop
')) > settings.scrollThreshold) {
+ container.data('la
zyload:lastCheckedScrollTop
', container.scrollTop());
$(pattern, container).each(function() {
if (aboveViewport(container, this, settings.threshold)
$(pattern, container).each(function() {
if (aboveViewport(container, this, settings.threshold)