New to Kendo UI for jQuery? Start a free 30-day trial

ShowOn

configuration

Determines when the popover is shown. Valid values are "hover" and "click".

showOn

String

Default: "hover"

<span id="citation"></span>
<script>
$("#citation").kendoCitation({
    showOn: "click",
    sources: [{ url: "https://example.com", title: "Example" }]
});
</script>
Not finding the help you need?
Contact Support