I am working in sharepoint and using a 'content editor' to embed HTML hyperlinks on the page.
<a href="/New%20Applications.aspx">New Applications</a>
Now I would like to somehow get the total number of items from that list and display the number in brackets in the hyperlink, ie
I am familiar with using javascript on a SharePoint page and can get the value, but how would I then use javascript (if I should use JS) to add the value found to the hyperlink text?
Appreciate any assistance!