load page on scrolling in phpweb site by using jquery
-
hi, i have a html data(more than window size) as php variable . i want to load that data on scrolling down . any one can help to me.... thank u.
-
hi, i have a html data(more than window size) as php variable . i want to load that data on scrolling down . any one can help to me.... thank u.
Why not just output it all and let the browser take care of the scrolling? All browsers do an excellent job of scrolling if they need to do so. Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
-
Why not just output it all and let the browser take care of the scrolling? All browsers do an excellent job of scrolling if they need to do so. Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
Thank u for your reply total data is loaded at a time not like that for reference www.gobuy.co.uk check that after search.
-
hi, i have a html data(more than window size) as php variable . i want to load that data on scrolling down . any one can help to me.... thank u.
Are trying to get some sort of loading like a story line of social sites, where more data is loaded when you scroll down. If so then you will have to create some sort of paging mechanism in the PHP side, so that jQuery can send ajax calls to load the next section of data. Your PHP site can then return the data based on the page provided by the ajax call.
-
hi, i have a html data(more than window size) as php variable . i want to load that data on scrolling down . any one can help to me.... thank u.