Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I have a portfolio page that has about 6 portfolio items on it by default.
I want a "load more" button that allows the user to load another 6 on top. No need to resubmit the page or lose the other 6.
Is there a way to do this with Umbraco OOTB functionality?
Otherwise what would anyone recommend ?
Thanks and kind regards,
J
Hi James,
I'd create a call to a Web API - there is a really great set of videos that will take you through creating these.
http://umbraco.tv/videos/developer/fundamentals/api-controllers/
You get the content via JSON and then render that on your page via Jquery (or similar).
I'm not aware of any packages that do this work for you but someone else might be able to suggest something.
Kind regards
Steve
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
'Load More'
Hello,
I have a portfolio page that has about 6 portfolio items on it by default.
I want a "load more" button that allows the user to load another 6 on top. No need to resubmit the page or lose the other 6.
Is there a way to do this with Umbraco OOTB functionality?
Otherwise what would anyone recommend ?
Thanks and kind regards,
J
Hi James,
I'd create a call to a Web API - there is a really great set of videos that will take you through creating these.
http://umbraco.tv/videos/developer/fundamentals/api-controllers/
You get the content via JSON and then render that on your page via Jquery (or similar).
I'm not aware of any packages that do this work for you but someone else might be able to suggest something.
Kind regards
Steve
is working on a reply...