I'm building a list of recently viewed pages for my Confluence dashboard, using the layout files. I already have the code that shows the list but now I'm trying to implement a "show more" button that incrementally shows more of that list. I'm unsure how to maintain the value of how many we've gone through (so javascript knows where to iterate).
I tried setting update a global variable like: #set($start = 0) and then change it using #set($start = $start + 3). They work but only once. I've tried changing it inside the javascript code but it doesn't change permanently. Any tips?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.