jQuery Question

Posted by Community Admin on 05-Aug-2018 19:56

jQuery Question

All Replies

Posted by Community Admin on 25-May-2012 00:00

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();
          );



Thanks,
Ben

This thread is closed