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

Hide

methods

Hides the badge.

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

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