Skip to content

Commit 7c894a1

Browse files
author
Gabriel Schulhof
committed
Listview: Rename ui-li-count to ui-listview-item-count-bubble
Also, document that the swatch needs to be added by hand.
1 parent ce8574b commit 7c894a1

File tree

15 files changed

+68
-68
lines changed

15 files changed

+68
-68
lines changed

css/structure/jquery.mobile.forms.select.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@
5656
text-indent: 0;
5757
display: block;
5858
}
59-
/* ui-li-count is styled in the listview CSS. We set padding and offset here because select supports icon position while listview doesn't. */
59+
/* ui-listview-item-count-bubble is styled in the listview CSS. We set padding and offset here because select supports icon position while listview doesn't. */
6060
.ui-select .ui-li-has-count.ui-btn {
6161
padding-right: 2.8125em;
6262
}
6363
.ui-select .ui-li-has-count.ui-btn-icon-right {
6464
padding-right: 4.6875em;
6565
}
66-
.ui-select .ui-btn-icon-right .ui-li-count {
66+
.ui-select .ui-btn-icon-right .ui-listview-item-count-bubble {
6767
right: 3.2em;
6868
}
6969
/* We set the rules for the span as well to fix an issue on Chrome with text-overflow ellipsis for the button in combination with text-align center. */
70-
.ui-select .ui-btn > span:not(.ui-li-count) {
70+
.ui-select .ui-btn > span:not(.ui-listview-item-count-bubble) {
7171
display: block;
7272
text-overflow: ellipsis;
7373
overflow: hidden !important;

css/structure/jquery.mobile.listview.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
padding-left: 2.5em;
137137
}
138138
/* Used by both listview and custom multiple select button */
139-
.ui-li-count {
139+
.ui-listview-item-count-bubble {
140140
position: absolute;
141141
font-size: 12.5px;
142142
font-weight: bold;
@@ -151,7 +151,7 @@
151151
top: 50%;
152152
margin-top: -.88em;
153153
}
154-
.ui-listview .ui-btn-icon-right .ui-li-count {
154+
.ui-listview .ui-btn-icon-right .ui-listview-item-count-bubble {
155155
right: 3.2em;
156156
}
157157
.ui-listview .ui-li-has-thumb > img:first-child,

css/themes/default/jquery.mobile.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ label.ui-btn {
9494
/* Flipswitch */
9595
.ui-flipswitch.ui-corner-all,
9696
/* Count bubble */
97-
.ui-li-count {
97+
.ui-listview-item-count-bubble {
9898
-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
9999
border-radius: .3125em /*{global-radii-buttons}*/;
100100
}

demos/listview/index.php

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@
143143
</div><!--/demo-html -->
144144

145145
<h2>Count bubbles</h2>
146-
<p>To add a count indicator to the right of the list item, wrap the number in an element with a class of <code>ui-li-count</code>. The theme for <strong>count bubbles</strong> can be set by adding the <code>data-count-theme</code> to the list and specifying a swatch letter. </p>
146+
<p>To add a count indicator to the right of the list item, wrap the number in an element with a class of <code>ui-listview-item-count-bubble</code>. The theme for <strong>count bubbles</strong> can be set by adding the appropriate class <code>ui-body-*</code> to the element. Replace <code>*</code> with a swatch letter a-z.</p>
147147

148148
<div data-demo-html="true">
149-
<ul data-role="listview" data-count-theme="b" data-inset="true">
150-
<li><a href="#">Inbox <span class="ui-li-count">12</span></a></li>
151-
<li><a href="#">Outbox <span class="ui-li-count">0</span></a></li>
152-
<li><a href="#">Drafts <span class="ui-li-count">4</span></a></li>
153-
<li><a href="#">Sent <span class="ui-li-count">328</span></a></li>
154-
<li><a href="#">Trash <span class="ui-li-count">62</span></a></li>
149+
<ul data-role="listview" data-inset="true">
150+
<li><a href="#">Inbox <span class="ui-listview-item-count-bubble ui-body-b">12</span></a></li>
151+
<li><a href="#">Outbox <span class="ui-listview-item-count-bubble ui-body-b">0</span></a></li>
152+
<li><a href="#">Drafts <span class="ui-listview-item-count-bubble ui-body-b">4</span></a></li>
153+
<li><a href="#">Sent <span class="ui-listview-item-count-bubble ui-body-b">328</span></a></li>
154+
<li><a href="#">Trash <span class="ui-listview-item-count-bubble ui-body-b">62</span></a></li>
155155
</ul>
156156
</div><!--/demo-html -->
157157

@@ -241,7 +241,7 @@
241241

242242
<div data-demo-html="true">
243243
<ul data-role="listview" data-inset="true">
244-
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-li-count">2</span></li>
244+
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">2</span></li>
245245
<li><a href="index.php">
246246
<h2>Stephen Weber</h2>
247247
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
@@ -254,7 +254,7 @@
254254
<p>In preparation for the upcoming conference in Boston, we need to start gathering a list of sponsors and speakers.</p>
255255
<p class="ui-li-aside"><strong>9:18</strong>AM</p>
256256
</a></li>
257-
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-li-count">1</span></li>
257+
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">1</span></li>
258258
<li><a href="index.php">
259259
<h2>Avery Walker</h2>
260260
<p><strong>Re: Dinner Tonight</strong></p>
@@ -266,15 +266,15 @@
266266

267267
<h2>Theme</h2>
268268

269-
<p>The list item color scheme can be changed to any button color theme swatch by adding the <code> data-theme</code> attribute to the listview or to individual list items. The theme for <strong>list dividers</strong> can be set by adding the <code>data-divider-theme</code> to the list. The theme for <strong>count bubbles</strong> can be set by adding the <code>data-count-theme</code> to the list.</p>
269+
<p>The list item color scheme can be changed to any button color theme swatch by adding the <code> data-theme</code> attribute to the listview or to individual list items. The theme for <strong>list dividers</strong> can be set by adding the <code>data-divider-theme</code> to the list. The theme for <strong>count bubbles</strong> can be set by adding the class <code>ui-body-*</code> to the count bubble, where <code>*</code> is a swatch letter a-z.</p>
270270

271271
<div data-demo-html="true">
272272

273-
<ul data-role="listview" data-inset="true" data-theme="b" data-divider-theme="a" data-count-theme="a">
273+
<ul data-role="listview" data-inset="true" data-theme="b" data-divider-theme="a">
274274
<li data-role="list-divider">Divider</li>
275-
<li><a href="index.php" data-theme="a">Inbox <span class="ui-li-count">12</span></a></li>
276-
<li><a href="index.php">Outbox <span class="ui-li-count">0</span></a></li>
277-
<li><a href="index.php">Sent <span class="ui-li-count">328</span></a></li>
275+
<li><a href="index.php" data-theme="a">Inbox <span class="ui-listview-item-count-bubble ui-body-inherit">12</span></a></li>
276+
<li><a href="index.php">Outbox <span class="ui-listview-item-count-bubble ui-body-inherit">0</span></a></li>
277+
<li><a href="index.php">Sent <span class="ui-listview-item-count-bubble ui-body-inherit">328</span></a></li>
278278
</ul>
279279
</div><!--/demo-html -->
280280

@@ -391,7 +391,7 @@
391391
<div data-role="collapsible">
392392
<h2>Formatted text</h2>
393393
<ul data-role="listview" data-theme="a" data-divider-theme="b">
394-
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-li-count">2</span></li>
394+
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">2</span></li>
395395
<li><a href="index.php">
396396
<h3>Stephen Weber</h3>
397397
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
@@ -441,17 +441,17 @@
441441
<div data-role="collapsible">
442442
<h2>Mailbox</h2>
443443
<ul data-role="listview">
444-
<li><a href="index.php">Inbox <span class="ui-li-count">12</span></a></li>
445-
<li><a href="index.php">Outbox <span class="ui-li-count">0</span></a></li>
446-
<li><a href="index.php">Drafts <span class="ui-li-count">4</span></a></li>
447-
<li><a href="index.php">Sent <span class="ui-li-count">328</span></a></li>
448-
<li><a href="index.php">Trash <span class="ui-li-count">62</span></a></li>
444+
<li><a href="index.php">Inbox <span class="ui-listview-item-count-bubble ui-body-inherit">12</span></a></li>
445+
<li><a href="index.php">Outbox <span class="ui-listview-item-count-bubble ui-body-inherit">0</span></a></li>
446+
<li><a href="index.php">Drafts <span class="ui-listview-item-count-bubble ui-body-inherit">4</span></a></li>
447+
<li><a href="index.php">Sent <span class="ui-listview-item-count-bubble ui-body-inherit">328</span></a></li>
448+
<li><a href="index.php">Trash <span class="ui-listview-item-count-bubble ui-body-inherit">62</span></a></li>
449449
</ul>
450450
</div>
451451
<div data-role="collapsible">
452452
<h2>Calendar</h2>
453453
<ul data-role="listview" data-theme="a" data-divider-theme="b">
454-
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-li-count">2</span></li>
454+
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">2</span></li>
455455
<li><a href="index.php">
456456
<h3>Stephen Weber</h3>
457457
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
@@ -464,14 +464,14 @@
464464
<p>In preparation for the upcoming conference in Boston, we need to start gathering a list of sponsors and speakers.</p>
465465
<p class="ui-li-aside"><strong>9:18</strong>AM</p>
466466
</a></li>
467-
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-li-count">1</span></li>
467+
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">1</span></li>
468468
<li><a href="index.php">
469469
<h3>Avery Walker</h3>
470470
<p><strong>Re: Dinner Tonight</strong></p>
471471
<p>Sure, let's plan on meeting at Highland Kitchen at 8:00 tonight. Can't wait! </p>
472472
<p class="ui-li-aside"><strong>4:48</strong>PM</p>
473473
</a></li>
474-
<li data-role="list-divider">Wednesday, October 6, 2010 <span class="ui-li-count">3</span></li>
474+
<li data-role="list-divider">Wednesday, October 6, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">3</span></li>
475475
<li><a href="index.php">
476476
<h3>Amazon.com</h3>
477477
<p><strong>4-for-3 Books for Kids</strong></p>

demos/map-list-toggle/index.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#show-more .ui-li-heading { text-align:center; }
2020
#show-more .ui-icon { visibility:hidden; }
2121

22-
.ui-li-has-count .ui-li-count { border-color:transparent; }
22+
.ui-li-has-count .ui-listview-item-count-bubble { border-color:transparent; }
2323
.wrap { white-space:normal; }
2424
</style>
2525
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
@@ -153,7 +153,7 @@
153153
</div>
154154
<a href="#">
155155
<h1 class="ui-gmap-marker-title wrap">Fast Clinic</h1>
156-
<div class="ui-li-count">
156+
<div class="ui-listview-item-count-bubble ui-body-inherit">
157157
<span>0.71 miles</span>
158158
</div>
159159
</a>
@@ -167,7 +167,7 @@
167167
</div>
168168
<a href="#">
169169
<h1 class="ui-gmap-marker-title wrap">North Memorial Care</h1>
170-
<div class="ui-li-count">
170+
<div class="ui-listview-item-count-bubble ui-body-inherit">
171171
<span>0.71 miles</span>
172172
</div>
173173
</a>
@@ -181,7 +181,7 @@
181181
</div>
182182
<a href="#">
183183
<h1 class="ui-gmap-marker-title wrap">Fast Clinic-Newtown</h1>
184-
<div class="ui-li-count">
184+
<div class="ui-listview-item-count-bubble ui-body-inherit">
185185
<span>4.15 miles</span>
186186
</div>
187187
</a>
@@ -195,7 +195,7 @@
195195
</div>
196196
<a href="#">
197197
<h1 class="ui-gmap-marker-title wrap">Brad's Medical Clinic</h1>
198-
<div class="ui-li-count">
198+
<div class="ui-listview-item-count-bubble ui-body-inherit">
199199
<span>5.09 miles</span>
200200
</div>
201201
</a>
@@ -209,7 +209,7 @@
209209
</div>
210210
<a href="#">
211211
<h1 class="ui-gmap-marker-title wrap">Super Clinics</h1>
212-
<div class="ui-li-count">
212+
<div class="ui-listview-item-count-bubble ui-body-inherit">
213213
<span>5.58 miles</span>
214214
</div>
215215
</a>

demos/map-list-toggle/showMore.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1><a id="gmap-marker-link" href="#">BeeWell Clinic</a></h1>
77
</div>
88
<a href="">
99
<h1 class="ui-gmap-marker-title wrap">BeeWell Clinic</h1>
10-
<div class="ui-li-count">
10+
<div class="ui-listview-item-count-bubble ui-body-inherit">
1111
<span>6.24 miles</span>
1212
</div>
1313
</a>
@@ -21,7 +21,7 @@ <h1><a id="gmap-marker-link" href="#">Peoria Urgent Care</a></h1>
2121
</div>
2222
<a href="">
2323
<h1 class="ui-gmap-marker-title wrap">Peoria Urgent Care</h1>
24-
<div class="ui-li-count">
24+
<div class="ui-listview-item-count-bubble ui-body-inherit">
2525
<span>6.5 miles</span>
2626
</div>
2727
</a>

demos/theme-classic/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@
182182
183183
<ul data-role="listview" data-inset="true" data-counttheme="c">
184184
<li>I</li>
185-
<li data-role="list-divider" data-theme="b">Divider<span class="ui-li-count">3</span></li>
185+
<li data-role="list-divider" data-theme="b">Divider<span class="ui-listview-item-count-bubble ui-body-inherit">3</span></li>
186186
<li>am</li>
187-
<li>static<span class="ui-li-count">6</span></li>
187+
<li>static<span class="ui-listview-item-count-bubble ui-body-inherit">6</span></li>
188188
</ul>
189189
190190
<ul data-role="listview" data-inset="true" data-counttheme="c">
191191
<li><a href="#">We</a></li>
192192
<li data-role="list-divider" data-theme="b">Divider</li>
193-
<li><a href="#">have<span class="ui-li-count">4</span></a></li>
193+
<li><a href="#">have<span class="ui-listview-item-count-bubble ui-body-inherit">4</span></a></li>
194194
<li><a href="#">links</a></li>
195195
</ul>
196196

demos/theme-classic/theme-classic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ label.ui-btn {
9999
/* Flipswitch */
100100
.ui-flipswitch.ui-corner-all,
101101
/* Count bubble */
102-
.ui-li-count {
102+
.ui-listview-item-count-bubble {
103103
/* Note: change this radius to 1em if you want the old, more rounded, button corner style. */
104104
-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
105105
border-radius: .3125em /*{global-radii-buttons}*/;

demos/theme-default/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@
131131
132132
<ul data-role="listview" data-inset="true">
133133
<li>I</li>
134-
<li data-role="list-divider">Divider<span class="ui-li-count">3</span></li>
134+
<li data-role="list-divider">Divider<span class="ui-listview-item-count-bubble ui-body-inherit">3</span></li>
135135
<li>am</li>
136-
<li>static<span class="ui-li-count">6</span></li>
136+
<li>static<span class="ui-listview-item-count-bubble ui-body-inherit">6</span></li>
137137
</ul>
138138
139139
<ul data-role="listview" data-inset="true">
140140
<li><a href="#">We</a></li>
141141
<li data-role="list-divider">Divider</li>
142-
<li><a href="#">have<span class="ui-li-count">4</span></a></li>
142+
<li><a href="#">have<span class="ui-listview-item-count-bubble ui-body-inherit">4</span></a></li>
143143
<li><a href="#">links</a></li>
144144
</ul>
145145

demos/toolbar-fixed-persistent-optimized/page-d.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="ui-content" role="main">
3232

3333
<ul data-role="listview" data-theme="a" data-dividertheme="b" data-filter="true" data-filter-theme="a" data-filter-placeholder="Search messages...">
34-
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-li-count">2</span></li>
34+
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">2</span></li>
3535
<li><a href="#">
3636
<h3>Stephen Weber</h3>
3737
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
@@ -44,14 +44,14 @@
4444
<p>In preparation for the upcoming conference in Boston, we need to start gathering a list of sponsors and speakers.</p>
4545
<p class="ui-li-aside"><strong>9:18</strong>AM</p>
4646
</a></li>
47-
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-li-count">1</span></li>
47+
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">1</span></li>
4848
<li><a href="#">
4949
<h3>Avery Walker</h3>
5050
<p><strong>Re: Dinner Tonight</strong></p>
5151
<p>Sure, let's plan on meeting at Highland Kitchen at 8:00 tonight. Can't wait! </p>
5252
<p class="ui-li-aside"><strong>4:48</strong>PM</p>
5353
</a></li>
54-
<li data-role="list-divider">Wednesday, October 6, 2010 <span class="ui-li-count">3</span></li>
54+
<li data-role="list-divider">Wednesday, October 6, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">3</span></li>
5555
<li><a href="#">
5656
<h3>Amazon.com</h3>
5757
<p><strong>4-for-3 Books for Kids</strong></p>
@@ -70,7 +70,7 @@
7070
<p>There are 3 updates for the home on your watchlist: 1 updated MLS listing and 2 homes under contract.</p>
7171
<p class="ui-li-aside"><strong>5:52</strong>AM</p>
7272
</a></li>
73-
<li data-role="list-divider">Tuesday, October 5, 2010 <span class="ui-li-count">3</span></li>
73+
<li data-role="list-divider">Tuesday, October 5, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">3</span></li>
7474
<li><a href="index.php">
7575
<h3>Angela Smith</h3>
7676
<p><strong>Link Request</strong></p>

demos/toolbar-fixed-persistent/page-d.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="ui-content" role="main">
4747
4848
<ul data-role="listview" data-theme="a" data-dividertheme="a" data-filter="true" data-filter-theme="a" data-filter-placeholder="Search messages...">
49-
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-li-count">2</span></li>
49+
<li data-role="list-divider">Friday, October 8, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">2</span></li>
5050
<li><a href="#">
5151
<h3>Stephen Weber</h3>
5252
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
@@ -59,14 +59,14 @@
5959
<p>In preparation for the upcoming conference in Boston, we need to start gathering a list of sponsors and speakers.</p>
6060
<p class="ui-li-aside"><strong>9:18</strong>AM</p>
6161
</a></li>
62-
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-li-count">1</span></li>
62+
<li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">1</span></li>
6363
<li><a href="#">
6464
<h3>Avery Walker</h3>
6565
<p><strong>Re: Dinner Tonight</strong></p>
6666
<p>Sure, let's plan on meeting at Highland Kitchen at 8:00 tonight. Can't wait! </p>
6767
<p class="ui-li-aside"><strong>4:48</strong>PM</p>
6868
</a></li>
69-
<li data-role="list-divider">Wednesday, October 6, 2010 <span class="ui-li-count">3</span></li>
69+
<li data-role="list-divider">Wednesday, October 6, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">3</span></li>
7070
<li><a href="#">
7171
<h3>Amazon.com</h3>
7272
<p><strong>4-for-3 Books for Kids</strong></p>
@@ -85,7 +85,7 @@
8585
<p>There are 3 updates for the home on your watchlist: 1 updated MLS listing and 2 homes under contract.</p>
8686
<p class="ui-li-aside"><strong>5:52</strong>AM</p>
8787
</a></li>
88-
<li data-role="list-divider">Tuesday, October 5, 2010 <span class="ui-li-count">3</span></li>
88+
<li data-role="list-divider">Tuesday, October 5, 2010 <span class="ui-listview-item-count-bubble ui-body-inherit">3</span></li>
8989
<li><a href="index.php">
9090
<h3>Angela Smith</h3>
9191
<p><strong>Link Request</strong></p>

js/widgets/forms/select.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ $.widget( "mobile.selectmenu", $.extend( {
128128
// Add counter for multi selects
129129
if ( this.isMultiple ) {
130130
this.buttonCount = $( "<span>" )
131-
.addClass( "ui-li-count ui-body-inherit" )
131+
.addClass( "ui-listview-item-count-bubble ui-body-inherit" )
132132
.hide()
133133
.appendTo( button.addClass( "ui-li-has-count" ) );
134134
}
@@ -232,7 +232,7 @@ $.widget( "mobile.selectmenu", $.extend( {
232232
text = this.placeholder,
233233
span = $( document.createElement( "span" ) );
234234

235-
this.button.children( "span" ).not( ".ui-li-count" ).remove().end().end().prepend( (function() {
235+
this.button.children( "span" ).not( ".ui-listview-item-count-bubble" ).remove().end().end().prepend( (function() {
236236
if ( selected.length ) {
237237
text = selected.map(function() {
238238
return $( this ).text();

js/widgets/listview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $.widget( "mobile.listview", $.extend( {
126126
ol = !!$.nodeName( $list[ 0 ], "ol" ),
127127
start = $list.attr( "start" ),
128128
itemClassDict = {},
129-
countBubbles = $list.find( ".ui-li-count" );
129+
countBubbles = $list.find( ".ui-listview-item-count-bubble" );
130130

131131
if ( o.theme ) {
132132
$list.addClass( "ui-group-theme-" + o.theme );

0 commit comments

Comments
 (0)