0
I have two variables
var link_breadcrumb = "geral1_titulo1_parte1_conteudo1";
var texto_breadcrumb = "Geral 1 - Título 1 - Parte 1 - Conteúdo 1";
I would like to assemble the breadcrumb with the links
var breadcrumb_montado = "<a href="#geral1">Geral 1</a> / <a href="#geral1_titulo1">Título 1</a> / <a href="#geral1_titulo1_parte1">Parte 1</a> / <a href="#geral1_titulo1_parte1_conteudo1">Conteúdo 1</a>";
Does anyone know how to do this in javascritp?
Your question is unclear, you could explain it better?
– LeAndrade