26 دی 1402 – 08:32
document.querySelectorAll(‘.copy-btn’).forEach(function(button) {
button.addEventListener(‘click’, function() {
const input = this.parentElement.querySelector(‘.shorturl’);
navigator.clipboard.writeText(input.value);
this.innerText = ‘کپی شد’;
setTimeout(() => {
this.innerText = ‘کپی’;
}, 2000);
});
});
ناسا سیگنال مرموزی از فضا دریافت کرد!
اخترشناسان مشغول بررسی پرتوهای گاما تلسکوپ فرمی بودند که با این سیگنال مرموز مواجه شدند.
- حاشیه ها
لایک[2]
