Сообщение от Maxmaxmахimus
|
ведь селекторы и так могут искать в найденном)
|
правда чтоль? а у меня почему то в консоль ошибка лезет:
<div><a></a></div>
<div><a></a></div>
<script>
alert( document.querySelectorAll('div').querySelectorAll('a'));
</script>
у меня в консоле вот что:
[29.06.2012 20:48:30] JavaScript - http://lookatcode.com/showhtml
Inline script thread
Uncaught exception: TypeError: 'document.querySelectorAll('div').querySelectorAll' is not a function
Error thrown at line 2, column 4 in http://lookatcode.com/showhtml:
alert( document.querySelectorAll('div').querySelectorAll('a'));
а у тебя что то иное чтоль?