+ 1
Почему не копирует?
Все работает но не копирует текст, почему? https://code.sololearn.com/Wa6nuRBVbuXu/?ref=app https://code.sololearn.com/Wa6nuRBVbuXu/?ref=app
3 Respuestas
+ 5
UlTWorker ,
Your code is correct just need 1 change..
1:-Remove `disabled ` from html line 7.
use this `<input type="text" id="di" >`
+ 8
https://code.sololearn.com/W88ga8kmZmJO/?ref=app
It is copied...
If you use,
console.log(di.value)...in your code,
it will display the copied colour code...
+ 4
Thank's all