JohnandSwifty
Technical User
Hi,
Ive recently started using AJAX in my cf apps so forgive me if this is painfully obvious...
Ive been using my ajax call to simply return HTML snippets for a set of results. This is going fine and im happy with its simplicity and speed. My problem is that i need to also return info on the pages returned in the query (for my 1-15 of 67 results). So i need to return data to two divs, but dont really want to perform two calls when the data is available in one. Anyone help me out?
Thanks
Ive recently started using AJAX in my cf apps so forgive me if this is painfully obvious...
Ive been using my ajax call to simply return HTML snippets for a set of results. This is going fine and im happy with its simplicity and speed. My problem is that i need to also return info on the pages returned in the query (for my 1-15 of 67 results). So i need to return data to two divs, but dont really want to perform two calls when the data is available in one. Anyone help me out?
Thanks