As you can see, this draws a nice iOS-style notification badge on an HTML-5 widget (jQuery Mobile in this case).
I'd like to see about porting this over to run on a joButton or joTab object. The CSS and jQuery code should run pretty much as is. However, since this is implemented in markup in JQM ("<li> <div id="myBadge" class="badge">11111</div><a href="b.html" data-icon="check" data-iconpos="top right">link2</a></li>">"),
I'm not sure how to implement this as a JavaScript object in jo. Can anyone point me in the right direction?