Home | History | Annotate | Download | only in html

Lines Matching full:getattribute

588           if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {

610 && entry.getAttribute("class")
611 && entry.getAttribute("class").match(/^toclevel/))
655 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
670 var note = spans[i].getAttribute("data-note");
684 var id =spans[i].getAttribute("id");
694 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");