Jump to content
  • 0

108 атрибутов!


bot87
 Share

Question

смотреть в динозавре ие6

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
<input type="text">
<p>one</p>
<p>one</p><p>one</p>
<p>one</p><p>one</p>
<p>one</p><p>one</p>
<p>one</p>

<script language="JavaScript" type="text/javascript">
function aa(){
x=document.getElementsByTagName('input')[0]

alert(x.attributes.length)


}
window.onload=aa()
</script>
</body>
</html>

opera выдает только 1 атрибут а ишак 108!может я где плугонул??

x.attributes[1].value пусто

Edited by bot87
Link to comment
Share on other sites

Recommended Posts

  • 0

Задачи разные бывают :)

А мышление? querySelector - инструмент для ленивых, и скорость работы у него соответствующая. С ростом сложности кода задача оптимизации будет стоять все острее и острее.

Link to comment
Share on other sites

  • 0

Хм... во всех статьях про Selectors API, что мне попадались, как раз скорость приводят как главный плюс... (например)

So what’s the benefit of using the Selector API? In a word: speed — native implementations are fast!

Впрочем, имхо, это уже оффтопик (хотя и безумно интересный). Может, есть смысл завести новую тему а-ля "Плюсы и минусы мышления в стиле XPath" где-нибудь во Флейме?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy