This question is locked. New answers and comments are not allowed.
I have the theme selector from the examples working great in one project, but now I am trying to start a new project and use it but am running into trouble. For some reason in the telerik.examples.min.js script, at the very top is this:
but $t is always being set to undefined which causes the following error:
Unable to get value of the property 'fx': object is null or undefined
What am I missing? Perhaps it would help if I knew what this line of code is trying to accomplish:
var $t = $.telerik;
I am new to jquery so that assignment isn't making any sense to me, what is it trying to do?
Thanks!!
$(function () { var $t = $.telerik; var fx = $t.fx.slide.defaults();but $t is always being set to undefined which causes the following error:
Unable to get value of the property 'fx': object is null or undefined
What am I missing? Perhaps it would help if I knew what this line of code is trying to accomplish:
var $t = $.telerik;
I am new to jquery so that assignment isn't making any sense to me, what is it trying to do?
Thanks!!
