Answer the question
In order to leave comments, you need to log in
Automatic loading on scroll. Can this be done? If so, how?
I wanted to make automatic loading of blocks on the site when scrolling for ease of use. Could you help me with this?
Answer the question
In order to leave comments, you need to log in
Automatic loading on scroll. Can this be done?
I do not want to be a bore, but in Google for the query "Autoload on scroll" a bunch of answers to your question
It can be done much easier. When scrolling, the mouse will be in the box and the text will appear. Example
$(document).ready(function() { $('#btn1666').hover(function(){ $(this).remove();
$.getJSON('json/kolleksia.json', function(data) {for(var i=0;i<data.users.length;i++){
$('.canal').append('<br><input type=\"image\" name=\"message\" value=\"'+data.users[i].id+ '\" src=\"'+data.users[i].num+'\"> ' + data.users[i].text + ' <br><br><br>' ).hide().fadeIn(1000);
}.......................
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question