базовые
иерархические
базовые фильтры
фильтр контента
фильтр видимости
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
script
src
"https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"
></
</
body
div
id
"main"
p
>Hello World!</
hidden
"hidden"
>Привте Мир!</
>To be or not to be?</
>Быть или не быть?</
>Lugansk is a city!</
$(document).ready(function() {
$('#main>:visible').css({ 'color': '#F00', 'font-size': '20px' });
});