infinitescroll issue
Hello, everyone.
I'm attempting to utilize the jQuery infinitescroll plugin and I'm smacking into a brick wall.
The primary page is called "search_results.cfm" - it queries a database, displays the first five rows of data, and if the number of records is greater than 5 it should display a - More - link. The test query that I'm using is fetching exactly 40 records from the database.
But where the link is supposed to be, I get the "No more articles" message. I've tested the conditional, and it's definitely reporting 40 records; but after the initial five, nothing.
The secondary page is identical to the recordset display section of the primary page - same elements, same classes, etc. - and also displays only five records. I've run this page directly in a browser, it IS getting data, it IS displaying the data, there are NO errors (I'm using a try/catch and setting a session variable to the catch message, which will display - if it exists - on the next page load. No error messages are displaying.)
Any ideas on what could be preventing the next five records from showing? I'm not even given a chance to click the link - it's replaced by the message immediately.
Thank you,
__________________
^_^
If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
* The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
|