Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created March 15, 2012 03:33
Show Gist options
  • Select an option

  • Save austinbv/2041717 to your computer and use it in GitHub Desktop.

Select an option

Save austinbv/2041717 to your computer and use it in GitHub Desktop.
$(that.el).children('.event:last').css({
position:'absolute',
height:'60%',
top:'10%',
left:meeting.startDistance() + 'px',
width: '200px',
background:'green'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment