Told you, we love sharing!
Sometimes we want to show count bubble in Accordion head that is different from the what jQuery mobile provides by default. To add count bubble to Accordian head, we use following piece of code: [html]</pre> <h2>Heading<span class="ui-li-count">10</span></h2> <pre> [/html] But it doesn’t give us the desired output and it looks like following: If we want […]