Any web Java masters here?

eyecandyzz

Registered Member
Joined
Dec 24, 2012
Messages
74
Reaction score
36
I'm having a bit of problem with java script, I suck at it and I wish someone could help me!!
so here is the problem, I have a blog and the infinite scroll is working well but it loads the content before the document so the images overlaps against each other every time I scroll down. and if I set animation to it it roll from the very top, so it looks like things are flying really fast from the top. is their anyone that can help me? thanks!!
Here is all the java code I got in my html, since I'm not really good at html I can't identify which ones are associated with infinite scroll, if anyone could help me it would be great! thanks!!!!!

<script type="text/javascript" src="http://static.tumblr.com/is5f0mm/T5klrpwms/autoscale.txt"></script>
<script src="http://static.tumblr.com/3zmswwt/azQmiz6q7/finding_min_and_max_values_in_array_from.txt"></script>
<script src="http://static.tumblr.com/3zmswwt/RJ2mg953c/infinite_scroll.txt"></script>
<script src="http://static.tumblr.com/3zmswwt/sB1miz6r3/jquery.scrollto_-_easy_element_scrolling_using_jquery..txt" type="text/javascript"></script>
<script src="http://static.tumblr.com/3zmswwt/BLzmjt6ur/menucontents.js" type="text/javascript"></script>
<script src="http://static.tumblr.com/3zmswwt/4fPmiz6t1/end.txt" type="text/javascript"></script>
<script type="text/javascript"><script src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"</script>
 
First, Java and Javascript are not the same thing.
Second, I don't see any revelant code in there...
 
I think these 2 are somewhat relavent...
<script src="http://static.tumblr.com/3zmswwt/RJ2mg953c/infinite_scroll.txt"></script>
<script src="http://static.tumblr.com/3zmswwt/sB1miz6r3/jquery.scrollto_-_easy_element_scrolling_using_jquery..txt" type="text/javascript"></script>
 
We have a member named "seo20" who is quite proficient
with javascript. Possibly he will help you. Send him a PM
and point him to this thread. Tell him Wiz sent you. :)

Cheers!
 
Actually...from those files, the only one that has the infinite scroll code is:
<script src="http://static.tumblr.com/3zmswwt/RJ2mg953c/infinite_scroll.txt"></script>

This has code for the ScrollTo jQuery plugin (https://github.com/flesler/jquery.scrollTo):
<script src="http://static.tumblr.com/3zmswwt/sB1miz6r3/jquery.scrollto_-_easy_element_scrolling_using_jquery..txt" type="text/javascript"></script>

Hope that helps :)
 
So others don't contain infinite scroll at all?
 
Right, the infinite scroll is located only in that file, the other files are for other things.
 
Back
Top