Skip to content

Instantly share code, notes, and snippets.

@acatl
Created July 22, 2011 02:39
Show Gist options
  • Save acatl/1098774 to your computer and use it in GitHub Desktop.
Save acatl/1098774 to your computer and use it in GitHub Desktop.
itemrenderer example 1
$(function () {
var itemrendererOptions = {
dataProvider: ["lorem", "lipsum", "dolor", "sit"]
};
$("#itemrenderer").itemrenderer(itemrendererOptions);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment