I'm building a dashboard with multiple queues for a business workflow. I have divs with the queue title. When you click the div, it uses a jQuery solution I found online to show another div with the entries in that queue.
I've run my query in the second div to display multiple results. I want to show the number of entries in the queue in the top div so you can see it without clicking. Obviously I can't do that before I run the query.
I'm learning as I go and am not sure how to address this issue, any help is appreciated!