javascript - Append data from div to link url -
i trying have div element on every page of site contain product number , have link put number @ end. example,
<div id="productnumber">01101</div> <a href="purchaseurl">https://example.com/#</a> then put contents of element id "productnumber" after # of link.
any idea if possible? since make life easier editing existing pages , respective php files.
check element.innerhtml. use inline js , append href-attribute (which should id="purchaseurl" now)
Comments
Post a Comment