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

Text

methods

Sets / gets the text of the badge.

Parameters:textString|Number

The new text of the badge.

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

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