Skip to content

Instantly share code, notes, and snippets.

@vieron
Created July 17, 2012 14:35
Show Gist options
  • Select an option

  • Save vieron/3129767 to your computer and use it in GitHub Desktop.

Select an option

Save vieron/3129767 to your computer and use it in GitHub Desktop.
grister.js setup - III
$(function(){ //DOM Ready
$(".gridster ul").gridster({
widget_margins: [10, 10],
widget_base_dimensions: [140, 140]
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment