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

Close

methods

Closes the sources popover.

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