Home >Web Front-end >JS Tutorial >js code to get cell custom attribute value (IE/Firefox)_javascript skills

js code to get cell custom attribute value (IE/Firefox)_javascript skills

WBOY
WBOYOriginal
2016-05-16 18:30:241169browse
Copy code The code is as follows:

// js to get the cell custom attribute value, under IE and FF Different implementations of
0;iresult ="<" obj.cells[i].fieldname ">";
}
else{ //FF
for (var i=0;iresult ="<" $(obj.cells[i]).get(0).attributes[0].nodeValue ">";
}
result =""

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn