A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
kendo.data.binders.class = kendo.data.Binder.extend({ | |
init: function (target, bindings, options) { | |
kendo.data.Binder.fn.init.call(this, target, bindings, options); | |
// get list of class names from our complex binding path object | |
this._lookups = []; | |
for (var key in this.bindings.class.path) { | |
this._lookups.push({ | |
key: key, | |
path: this.bindings.class.path[key] |
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes: