New to Kendo UI for jQueryStart a free 30-day trial

Show

methods

Shows the badge.

<button>Button <span id="badge"></span></button>
<script>
    var badge =  $('#badge').kendoBadge({
        text: 'badge',
        visible: false
    }).data('kendoBadge');

    badge.show();
</script>
Not finding the help you need?
Contact Support