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

Visible

configuration

If set to false the badge will not be displayed.

visible

Boolean

Default: true

<button>Button <span id="badge"></span></button>
<script>
    $('#badge').kendoBadge({
        text: 1234,
        visible: false
    });
</script>
Not finding the help you need?
Contact Support