Side navigation
Ticket #6561: contains-selectors.htm
File contains-selectors.htm, 5.0 KB (added by Motty, May 13, 2010 02:44PM UTC)
jQuery Selectors
Target
Selector
Case
Style
:contains( )
Sensitive
Background
:containsExact( )
Insensitive
Text Color
:containsExactCase( )
Sensitive
Border
Basic Table Cell: <td><span class="date">#</span><span class="event">Event</span></td>
1
2
3
4
5
6
7
8
9Event day #1
10Event day #2
11Event day #3
12Event
13
14
15
16Vacation
17vacation
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Download in other formats:
Original Format
File contains-selectors.htm, 5.0 KB (added by Motty, May 13, 2010 02:44PM UTC)
jQuery Selectors
Target
Selector
Case
Style
:contains( )
Sensitive
Background
:containsExact( )
Insensitive
Text Color
:containsExactCase( )
Sensitive
Border
Basic Table Cell: <td><span class="date">#</span><span class="event">Event</span></td>
1
2
3
4
5
6
7
8
9Event day #1
10Event day #2
11Event day #3
12Event
13
14
15
16Vacation
17vacation
18
19
20
21
22
23
24
25
26
27
28
29
30
31