Kendo UI Adding Menu Items at runtime-Collection of common programming errors

I am using Kendo UI Mobile and using a Drawer via HTML / JS.

My drawer works fine but I would like to add items at runtime.

Here is my code:

LoadMenu: function () {
        var elem = $("#MenuUL");


        elem.append("
  • "); for (var MenuGroup = 0; MenuGroup
  • Originally posted 2014-01-28 10:03:09.