[Solved] Need help to add a link to this javascript [closed]


Your question is completely unclear but assuming your situation, you might be wanting something similar to this. You said they are already showing up in your page and you want them to appear as links

var users = [
  '<a href="#2016">2016</a>',
  '<a href="#2015">2015</a>',
  '<a href="#2014">2014</a>',
  '<a href="#">#</a>',
  '#',
  '#',
  '#',
  '#'
];

1

solved Need help to add a link to this javascript [closed]