Visa ett inlägg
Oläst 2015-09-07, 07:25 #10
x264 x264 är inte uppkopplad
Flitig postare
 
Reg.datum: Dec 2013
Inlägg: 342
x264 x264 är inte uppkopplad
Flitig postare
 
Reg.datum: Dec 2013
Inlägg: 342
Du hade alltså velat ha något såhär:

Kod:
function getAttributeFromId(id, attribute) {
    var e = document.getElementById(id);
    return (e && e.hasAttribute(attribute)) ? e.getAttribute(attribute) : null;
}
sedan använda det:

Kod:
var btnAttribute = getAttributeFromId("knapp2", "data-kod");

Senast redigerad av x264 den 2015-09-07 klockan 07:28
x264 är inte uppkopplad   Svara med citatSvara med citat