SHOW:
|
|
- or go back to the newest paste.
| 1 | - | var htmlCode = '<a href="tel:072-2570493">072-2570493</a>'; |
| 1 | + | |
| 2 | var link = document.createElement('a');
| |
| 3 | - | element.innerHTML = htmlCode; |
| 3 | + | |
| 4 | link.setAttribute('href', 'tel:072-2570493');
| |
| 5 | link.innerHTML = '072-2570493'; | |
| 6 | element.appendChild(link); |