jQuery Question
I have a script widget loading Kendo UI above a content widget with some text boxes in it I would like to change to kendoDatePickers(); However KendoUI does not seem to be loading. Am I doing something wrong?
$(document).ready(function() alert("hllo"); $(".datePicker").kendoDatePicker(); );