window.$ = jQuery = $telerik.$;
To the best of my understanding, there is an Object called $telerik. It has a function $. The function is assigned to the identifiers jQuery and window.$, so we can just use $(args) in our javascripts. Is it correct?
It should mean that we can also use jQuery(args) to find an element.