news

showhide div with button in vanilla js

deine Daten

bla bla

window.onload=function(){ //file upload if(document.body.contains(document.getElementById('showdiv'))){ const z = document.getElementById('showdiv'); const y = document.getElementById('showbutton'); y.addEventListener('click', () => { z.classList.toggle('opendiv'); }); } }

#stammdatendiv.stammdatendiv.opendiv {

    display: block;

}

#stammdatendiv.stammdatendiv {

    display: none;

}

Format USB in Command Prompt WIN 10

DISKPART> list disk

DISKPART> select Disk 2

DISKPART> attributes disk clear readonly

DISKPART> list disk

DISKPART> select Disk 2

DISKPART> clean

DISKPART> create partition primary

DISKPART> format fs=ntfs quick

Chromium ungoogled - PW's

Yeah, Google has ditched the support for Sync of PW/Bookmarks on other browsers. What can u do to get your passwords back?

take care of r/s

LineBreak - bei Filetransfer zwischen verschiedenen Systemen kann es oft zur Unkompatibilität von LineBreak Zeichenkommen.

slackware 30xx nouveau problem

There are some problems with the noveau drivers and the 3XXX nvidia cards. As your laptop surely has an onboard card,

wordpress domain change

Wordpress Seite duplizieren, einen Test-Install auf einen anderen Server erstellen oder Domain-Änderung?