Nie to próbuje zrobić. Podstawowa opcja działa bez problemu. Ale chce zrobić selektor który będzie edytować wszystkie div-y z data-numer większe niż 2 (na przykład).
rocktech.pl
7.05.2013, 10:51:30
Na ten moment masz do dyspozycji.
Cytat
E[foo="bar"] an E element whose "foo" attribute value is exactly equal to "bar" (atrybut równa się "bar") E[foo~="bar"] an E element whose "foo" attribute value is a list of whitespace-separated values, one of which is exactly equal to "bar" (atrybut zawiera "bar" "bar bar2") E[foo^="bar"] an E element whose "foo" attribute value begins exactly with the string "bar" (atrybut zaczyna się od "bar") E[foo$="bar"] an E element whose "foo" attribute value ends exactly with the string "bar" (atrybut kończy się na "bar") E[foo*="bar"] an E element whose "foo" attribute value contains the substring "bar" (atrybut zawiera "bar") E[foo|="en"] an E element whose "foo" attribute has a hyphen-separated list of values beginning (from the left) with "en" (zaczyna się od "en" "en-US")
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.