Skip to content

Instantly share code, notes, and snippets.

@mamod
Created September 17, 2013 03:52
Show Gist options
  • Save mamod/6589892 to your computer and use it in GitHub Desktop.
Save mamod/6589892 to your computer and use it in GitHub Desktop.
$(function(){
$('.viewModal').modal({
target : '#modal',
animation : 'top',
position : 'center'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment